Julien Viet
Julien Viet
also I'm not convinced anymore by the interest of the feature because dump is achieved in the application layer instead of the network layer and it is not an exact...
@geoand you can read this guide https://github.com/vert-x3/advanced-vertx-guide
record parser was meant to be used exclusively from event loop, that's why we do have this corner case. we need try to fix this and have a concurrent version...
it seems that using an atomic long for the demand and a CAS for the parsing boolean could work. we would likely also need to replace the current buffer by...
do you have an opinion you can share @jponge ?
can you rebase on latest master ?
I think the main issue here is that a consumer can be registered or unregistered multiple times and it is not clear what a registration future would mean, we need...
yes, we had an attempt but it creates breaking change, so the consensus would be to copy the relevant methods to Future and deprecate the others On Thu, Dec 2,...
it looks good overall but there are a few things that need to be addressed
I will actually reuse this in an general improvement of the SSLHelper because there are other SSLHelper related work that should be done. - https://github.com/eclipse-vertx/vert.x/pull/4372 - https://github.com/eclipse-vertx/vert.x/issues/4452 - https://github.com/eclipse-vertx/vert.x/pull/4453