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
The configuration option withPostgresReactiveDriver as used in the quarkus demo is odd because it references io.vertx.mysqlclient as well as io.vertx.pgclient and in the demo is using a MySQL connection.
Is this really withReactiveDriver instead of PostgreSQL specific setting? If so, it should be renamed.
The text was updated successfully, but these errors were encountered:
The first reactive driver was indeed just written for Postgres-database. The adoption of other vendors happened afterwards. So yes, you are right, the name is no longer fitting.
The configuration option
withPostgresReactiveDriver
as used in the quarkus demo is odd because it referencesio.vertx.mysqlclient
as well asio.vertx.pgclient
and in the demo is using a MySQL connection.Is this really
withReactiveDriver
instead of PostgreSQL specific setting? If so, it should be renamed.The text was updated successfully, but these errors were encountered: