-
I am using vertx with zookeeper as my cluster manager. Suddenly I started getting this excpetion in my logs:
ERROR io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager - Failed to handle membe…
-
Any plans to make a vertx 3.0 - compatible version?
-
Why do I have the impression that vertx redis API seems to perform blocking IO on the eventloop?
See attached [vertx-redis-client-blocking-EventLoop.log](https://github.com/swisspost/vertx-redisques/…
-
### Questions
Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice.
### Version
Ver…
-
greetings, my direct grant flow is like this ;
![image](https://github.com/cooperlyt/keycloak-phone-provider/assets/72391210/eb6a9c7b-c07f-40e0-a03a-18cae9af2565)
My docker compose settings are …
-
Saw this when testing message viewer using sidecar v0.79.0. Unsure what the root cause for the interrupt was, but we should handle this case especially for the message consume API.
```
Caused by: …
-
I am regulary getting BackPressureFailures from my RabbitMQ consumer in my Quarkus (2.12.2-Final, Java 17) application.
```
io.smallrye.mutiny.subscription.BackPressureFailure: Buffer full, cannot…
-
I have an instance of a jakarta Validator and I want to register it with the RestRouter.validateWith() method. It's not compatible with the javax Validator class. Is there a way to handle this?
I'm…
-
An event bus bridge for vert.x such that
Feature
- The communication happens over the bridge using unix domain sockets instead of traditional TCP
Need
- This will avoid traversing the entire t…
-
### Version
Vertx 4.3.4
### Context
https://netty.io/news/2022/09/08/4-1-81-Final.html
> Connection related headers in HTTP/2 frames are now rejected, in compliance with the specification
…