vert.x
vert.x copied to clipboard
Vert.x is a tool-kit for building reactive applications on the JVM
I discovered that the community of Vert.x wants ssl reloading mechanism from the following 3 issues: - https://github.com/eclipse-vertx/vert.x/issues/2870 - https://github.com/eclipse-vertx/vert.x/issues/3780 - https://github.com/quarkusio/quarkus/issues/15926 They all have different use-cases. Some need to...
I discovered that the community of Vert.x wants ssl reloading mechanism from the following 3 issues: - https://github.com/eclipse-vertx/vert.x/issues/2870 - https://github.com/eclipse-vertx/vert.x/issues/3780 - https://github.com/quarkusio/quarkus/issues/15926 They all have different use-cases. Some need to...
**Motivation**: The idea here is to allow users to analyze HTTP traffic consumed and produced via Vert.x using Wireshark. This capabity relies on Netty's `io.netty.handler.pcap.PcapWriteHandler` and has also been mentioned...
#### Describe the feature We need a way to automatically reload certificates from files when they're expired. #### Use cases In Kubernetes and other orchestration platforms it's very common to...
Vert.x needs to support automatic change detection and reload for certificates, so that Vert.x servers can be used with certbot. Currently Vert.x does not have out-of-the-box support for [LetsEncrypt.org](https://letsencrypt.org/)'s ACME....
Motivation: Proposed to fix https://github.com/eclipse-vertx/vert.x/issues/4439
Motivation: `SimpleConnectionPool` is backed by a `CombinerExecutor` that can be caught in a tight (potentially endless) loop while consuming (and executing) actions, occupying its current running event loop for too...
### Questions EventBus breaks on bad network connection. I have observed this when using hazelcast or infinispan. What happens in the case of Infinispan: - Imagine three nodes "A", "B",...
Using Vertx 4.2.7 currently. Please add `getWriteQueueSize`. While `writeQueueFull` is useful, it would be helpful to see what the current write queue size used to calculate `writeQueueFull` is so we...
### Version 4.2.6 ### Context I use the JsonParser class to handle a stream of JSON comming from a client request (code follows). When an error is present in the...