Re: Improving async camel capabilities

2016-08-13 Thread Vitalii Tymchyshyn
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

Re: Improving async camel capabilities

2016-08-11 Thread Vitalii Tymchyshyn
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

Re: Improving async camel capabilities

2016-08-11 Thread Claus Ibsen
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