Re: Help with camel and kafka consumer/producer.

2019-06-25 Thread Claus Ibsen
, for snappy you may need some native libraries as well than just the JARs. Try to research a bit more how it works and should be configured with just kafka. > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Tuesday, June 25, 2019 12:10 AM &

RE: Help with camel and kafka consumer/producer.

2019-06-25 Thread Hart, James W.
camel accepts, but no compression is done when I look at the data stored in the topics. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Tuesday, June 25, 2019 12:10 AM To: users@camel.apache.org Subject: Re: Help with camel and kafka consumer/producer. [[ SEI W

Re: Help with camel and kafka consumer/producer.

2019-06-24 Thread Claus Ibsen
Hi What version of Camel and Kafka do you use? If you can find the option "group.initial.rebalance.delay.ms" in the kafka consumer docs (eg from apache kafka) and find out what's its name is then we can very likely set it too in camel-kafka as they are 1:1. But it may be that when a new option is

Help with camel and kafka consumer/producer.

2019-06-24 Thread Hart, James W.
I'm having some trouble with a couple of items in consuming and production of messages with kafka using camel. Any help is appreciated. Is there a way that I can set the kafka config item group.initial.rebalance.delay.ms for the camel kafka consumer? The default of 3000 msecs isn’t long eno