Replies: 3 comments 6 replies
-
/cc @DavideD, @FroMage, @Sanne, @gavinking, @loicmathieu |
Beta Was this translation helpful? Give feedback.
-
I also tried changing the config to this: quarkus:
datasource:
username: myusername
password: mypassword
reactive:
url: postgresql://free-tier14.aws-us-east-1.cockroachlabs.cloud:26257/defaultdb?sslmode=require&options=--cluster%3Dheroes-db-2463
postgresql:
ssl-mode: require The error I mentioned above disappears, but I see this when the app starts and the tables do not get created:
It seems like the |
Beta Was this translation helpful? Give feedback.
-
It seems an issue with the Vert.x client. @tsegismont? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Hibernate Reactive with Panache to connect the quarkus superheroes
rest-heroes
app to CockroachDB. The app (Quarkus 2.9.2) works fine with Dev Services or a postgres db I stand up on my own.I've done a similar thing with the quarkus superheroes
rest-villains
app with JDBC & Hibernate ORM with Panache and everything works fine.I have this config:
When I run
quarkus dev
I'm getting the following error and I'm not sure how to fix it or what configuration option I'm missing.Beta Was this translation helpful? Give feedback.
All reactions