-
Stack modules should have a couple of examples in the `vertx-examples` repo.
-
**Description**
When the client uses the same certificate to authenticate to both IDP when requesting a token and Quarkus adapter, it can help the adapter to link the access token to the client certi…
-
I used vertx-config-git dependency with version 3.7.0.
After I got configuration from a branch, I change parameter "branch" to get configuration on another branch WITHOUT deleting old local repo, a R…
-
**Describe the bug**
Java client `StreamedQueryResultImpl` class throws the following exception after executing a synchronous query and subsequently calling `Client#close`:
```
Unexpected error w…
-
As of now, vertx-zipkin library only support `HttpSenderOptions` which makes a HTTP call to `http://localhost:9411/api/v2/spans`
Something like KafkaSenderOptions or any other queue based sender w…
-
### Version
I am facing issue for the redis version 4.4.0
### Context
Getting io.vertx.core.impl.NoStackTraceThrowable: Cannot connect to any of the provided endpoints Error while trying to c…
-
**Describe the bug**
@See https://github.com/quarkusio/quarkus/issues/22693
All information including how to reproduce is stated over there
-
### Questions
Is this normal to have so many duplicated private static final TYPE_ARG properties in Rxified version of WebClient ? There are 38 in version 3.9.1.
### Version
3.9.x
3.8.5 is…
-
TenantId is stored in a thread local variable. Now if we switch thread either by using ExecutorService or Vertx event then how can we pass tenant info to other thread?
-
I thing it would be a nice feature to integrate the Vert.x Maven Plugin (io.fabric8.vertx-maven-plugin) so that it is simple to do redeploy and run.