我正在尝试遵循quarkus.io上关于使用Vert.x的基本示例。: java.lang.NoClassDefFoundError: Could not initialize class io.vertx.reactivex.ext.web.client.WebClient我的这个类的代码如下:imp
目前,我们使用的是反应性的pgadmin,但是当我尝试在使用quarkus-opentelemetry-exporter-otlp导入时进行查询时,我会得到这个错误class io.vertx.sqlclient.impl.tracing.QueryRequestand io.vertx.core.spi.observability.HttpRequest are in unnamed module of loader io.quarkus</
io.vertx.mysqlclient是否支持服务器故障切换as it can be set up with MySQL Connector/J 我的应用程序基于使用io.vertx.mutiny.mysqlclient.MySQLPool的quarkus,而quarkus又是基于io.vertx.mysqlclient的。我在文档和代码中没有找到任何提示。
是否有人使用Vert.x Web Api Contract with Quarkus?我正在尝试使用它,但是,我认为我有一个配置问题。以下是我尝试过的方法:
由于没有关于如何配置的直接指南,我混淆了Vert.x指南()和Quarkus Reactive Routes one ()。这个想法是将来自OpenAPI3RouterFactory的路由器挂载为Quarkus创建的主路由器的子路由。:306)