Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Request: demo which uses managed lifecycle (e.g. Component, Mount, etc.) #9

Open
ejstembler opened this issue Jul 28, 2023 · 1 comment

Comments

@ejstembler
Copy link

I think this is a great project, thanks for creating it!

I've implemented both the pedestal version and the ring version locally, connecting to GCP Cloud SQL via the Google's cloud sql proxy. Both work locally. Unfortunately, when deploying via Google Cloud Build they fail due to AOT trying to connect to the Cloud SQL instance, which isn't available at build time.

I have a suspicion the AOT error would be alleviated if the project used something like Component or Mount.

Any chance you can create a demo project which shows how to use this with Component or Mount?

@ejstembler
Copy link
Author

I took me a few hours, however, I was able to create a Component version and it did eliminate the AOT errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant