I have Spring boot app with JOOQ for working with PostrgesDB. This app must be running on Google cloud. If I deploy this as AppEngine Flex all works without problem.
Now I need deploy and run this app into the google run. Way for connect Cloud Run with PostgresDB is described https://cloud.google.com/sql/docs/postgres/connect-run#public-ip-default_1.
My problem is in combination using of JOOQ and com.google.cloud.sql.postgres.SocketFactory Do you have some solution?