Vincent Free
Vincent Free
Any progress with support for V3?
Netty is using C via jni and it has an implementation for epoll and now io_uring so it is a good reference to see the difference when used by a...
I have the same problem. I've used the docker oss version of artifactory but almost all tests fail. Isn't there a artifactory instance for testing or a stub in the...
Hey @eyalbe4 i'll submit a pull request and add tests. should not take to long, didn't have time with the new year etc.
This does about the same as I have now which is **cleanly** shutdown a broker. This is nice because I can test a upgrade scenario or patch scenario but what...
It would be great to be able to do so and after killing a server bringing it back up with the same signature for the cluster after some time. You...
The difference with your approach is that I would want a abrupt shutdown without any notice. This would ensure that my applications will use their resiliency functions to handle the...
Or you could introduce the factory in the initialization of the `Router`. At the moment we use `Router.router(vertx)` in the most default way to set it up. Her you can...
Your right @pmlopes, to me it can be useful to eliminate some boilerplate by passing the `Identity Function` in the Router directly. I don't know if this would make it...
Any update on this issue? I want update the imports for multiple applications I'm maintaining but I'm also a user of `otelsarama` so I'd like to know if I have...