I've sent a pull request on netty and started looking into
DefaultProducerTemplate. The main question here is that we need a Future
implementation. For J1.8 CompletableFuture can be used.
On the other hand, it would be great to have it backported. The only thing
required is a simple Future impleme
Hi.
Thanks for an answer.
I have already made netty4 client-server connectivity async. Need to make
one test to it for pull request.
Next thing I suppose would be ProducerTemplate as this one is a big
show-stopper for any async camel calling.
This would be backward compatible.
For J8 new methods
Hi
You have caught us in the summer holiday breaks where not as much happens.
Also we are focusing mostly on the next 2.18 release to get the bits
in the code, so we can get a release out after the summer break.
Your ideas are good. The netty4 would be good to find sports that can
be improved.
F
Hi.
I am looking into improving async non-blocking camel capabilities. Few days
ago I wrote a detailed e-mail, but got no answer, not sure if it got
through
In short, I can see next areas:
* async bean language
* integration with j8 CompletableFuture
* making netty4 fully non-blocking
* switc