Re: Apache Kafka integration using Apache Camel

2017-01-11 Thread Asaf Mesika
t; > > > > > org.apache.camel > > camel-core > > 2.17.0 > > > > > > Thanks & Regards > > Swati > > > > -Original Message- > > From: Gupta, Swati [mailto:swati.gu...@an

Re: Apache Kafka integration using Apache Camel

2017-01-09 Thread Kamal C
org.apache.camel > camel-core > 2.17.0 > > > Thanks & Regards > Swati > > -Original Message- > From: Gupta, Swati [mailto:swati.gu...@anz.com] > Sent: Friday, 6 January 2017 4:01 PM > To: users@kafka.apache.org > Subjec

RE: Apache Kafka integration using Apache Camel

2017-01-08 Thread Gupta, Swati
apache.org Subject: Re: Apache Kafka integration using Apache Camel More generally, do you have any log errors/messages or additional info? It's tough to debug issues like this from 3rd party libraries if they don't provide logs/exception info that indicates why processing a specific messag

RE: Apache Kafka integration using Apache Camel

2017-01-05 Thread Gupta, Swati
pic=test] PID_IS_UNDEFINED: INFO DefaultCamelContext - Total 1 routes, of which 1 are started. PID_IS_UNDEFINED: INFO DefaultCamelContext -Original Message- From: Ewen Cheslack-Postava [mailto:e...@confluent.io] Sent: Friday, 6 January 2017 3:58 PM To: users@kafka.apache.org Subject: Re

Re: Apache Kafka integration using Apache Camel

2017-01-05 Thread Ewen Cheslack-Postava
More generally, do you have any log errors/messages or additional info? It's tough to debug issues like this from 3rd party libraries if they don't provide logs/exception info that indicates why processing a specific message failed. -Ewen On Thu, Jan 5, 2017 at 8:29 PM, UMESH CHAUDHARY wrote: >

Re: Apache Kafka integration using Apache Camel

2017-01-05 Thread UMESH CHAUDHARY
Did you test that kafka console consumer is displaying the produced message? On Fri, Jan 6, 2017 at 9:18 AM, Gupta, Swati wrote: > Hello All, > > > > I am trying to create a Consumer using Apache Camel for a topic in Apache > Kafka. > I am using Camel 2.17.0 and Kafka 0.10 and JDK 1.8. > I have

Apache Kafka integration using Apache Camel

2017-01-05 Thread Gupta, Swati
Hello All, I am trying to create a Consumer using Apache Camel for a topic in Apache Kafka. I am using Camel 2.17.0 and Kafka 0.10 and JDK 1.8. I have attached a file, KafkaCamelTestConsumer.java which is a standalone application trying to read from a topic "test1"created in Apache Kafka I am p