You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried flyway with data jpa/jdbc/r2dbc etc, it seems it worked well. But today I created an example project with RxJava3 and Vertx Pg Client, it seems Flyway does not work as expected, the vertx pg client connect to db too early.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried flyway with data jpa/jdbc/r2dbc etc, it seems it worked well. But today I created an example project with RxJava3 and Vertx Pg Client, it seems Flyway does not work as expected, the vertx pg client connect to db too early.
The example project: https://github.com/hantsy/micronaut-sandbox/tree/master/rxjava3-vertx-pg-client
And flyway dependencies:
And flyway configuration:
Beta Was this translation helpful? Give feedback.
All reactions