Re: Future of Camel

2021-01-19 Thread Romain Manni-Bucau
Isnt the future of servicemix karaf and karaf+camel project which is still maintained? It is the only viable option to keep smix dynamism IMHO. Le mar. 19 janv. 2021 à 05:42, Tadayoshi Sato a écrit : > On Sun, Jan 17, 2021 at 6:28 PM ski n wrote: > > > Hi all, > > > > In 2020 there was a clear

Ipv6 support in Jetty consumer(server) mode

2021-01-19 Thread Reji Mathews
hello community I expose my jetty server currently as follows http://0.0.0.0:8081/quotestest?httpMethodRestrict=PUT"; /> < log id="log17" message="Received http payload : ${body}" /> I am curious to know how we can set it up to support ipv6. Are there any examples available which I could refe

Unit test router Kafka with ManualCommit

2021-01-19 Thread Juan López
Hello and thanks in advance! I'm using Apache Camel with Kafka consumer using manual commit. I can't success with a test because the manual commit is not be able to be done during the execution of the test. (With automatic commit I haven't any problem.) ¿Is there an approach to skip this commitSy