RE: Kafka consumer issue

2018-03-20 Thread Vahid S Hashemian
ause of the issue. --Vahid From: "Anand, Uttam" To: "users@kafka.apache.org" Date: 03/20/2018 12:15 PM Subject:RE: Kafka consumer issue Getting below repeated warnings and messages are not consumed -: [2018-03-20 14:09:56,787] WARN [Consumer clientId=consumer-1, group

RE: Kafka consumer issue

2018-03-20 Thread Anand, Uttam
Message- From: Vahid S Hashemian [mailto:vahidhashem...@us.ibm.com] Sent: Tuesday, March 20, 2018 1:55 PM To: users@kafka.apache.org Subject: RE: Kafka consumer issue EXTERNAL EMAIL Yes, without the spaces: listeners=PLAINTEXT://kfk03.mp.com:9092 From: "Anand, Uttam" To:

RE: Kafka consumer issue

2018-03-20 Thread Vahid S Hashemian
Yes, without the spaces: listeners=PLAINTEXT://kfk03.mp.com:9092 From: "Anand, Uttam" To: "users@kafka.apache.org" Date: 03/20/2018 11:50 AM Subject: RE: Kafka consumer issue You meant listeners=PLAINTEXT:// kfk03.mp.com:9092 -Original Messag

RE: Kafka consumer issue

2018-03-20 Thread Anand, Uttam
You meant listeners=PLAINTEXT:// kfk03.mp.com:9092 -Original Message- From: Vahid S Hashemian [mailto:vahidhashem...@us.ibm.com] Sent: Tuesday, March 20, 2018 1:45 PM To: users@kafka.apache.org Subject: RE: Kafka consumer issue EXTERNAL EMAIL Thanks. Have you tried setting the

RE: Kafka consumer issue

2018-03-20 Thread Vahid S Hashemian
Thanks. Have you tried setting the listeners property to the actual domain name of the broker? That might be the issue. --Vahid From: "Anand, Uttam" To: "users@kafka.apache.org" Date: 03/20/2018 11:34 AM Subject: RE: Kafka consumer issue Server.pro

RE: Kafka consumer issue

2018-03-20 Thread Anand, Uttam
[mailto:vahidhashem...@us.ibm.com] Sent: Tuesday, March 20, 2018 1:31 PM To: users@kafka.apache.org Subject: RE: Kafka consumer issue EXTERNAL EMAIL Could you paste the server.properties content? It wasn't attached to the original note. Thanks. --Vahid From: "Anand, Uttam"

RE: Kafka consumer issue

2018-03-20 Thread Vahid S Hashemian
Could you paste the server.properties content? It wasn't attached to the original note. Thanks. --Vahid From: "Anand, Uttam" To: "users@kafka.apache.org" Date: 03/20/2018 11:10 AM Subject:RE: Kakfa consumer issue Yes checked everything. No errors. Replication factor is 1 o

Re: Kafka Consumer Issue

2018-01-25 Thread Siva A
Yes it was the issue. Fixed yesterday. Thanks for your update. On Jan 26, 2018 11:27 AM, "chintan mavawala" wrote: > You may want to check replication factor of _consumer_offsets topic. By > default, it is 1. It should be increased to 3 in your case. > > Regards, > Chintan > > On 25-Jan-2018 12:

Re: Kafka Consumer Issue

2018-01-25 Thread chintan mavawala
You may want to check replication factor of _consumer_offsets topic. By default, it is 1. It should be increased to 3 in your case. Regards, Chintan On 25-Jan-2018 12:24 PM, "Siva A" wrote: > Kafka version i am using is 0.10.0.1 > > On Thu, Jan 25, 2018 at 12:23 PM, Siva A wrote: > > > Hi All,

Re: Kafka Consumer Issue

2018-01-24 Thread Siva A
Kafka version i am using is 0.10.0.1 On Thu, Jan 25, 2018 at 12:23 PM, Siva A wrote: > Hi All, > > I have a 3 node Kafka cluster. > I am trying to consume data from logstash(version 5.5.2) using the new > consumer API. > > When Kafka2 and Kafka3 is down i am still able to consume the data withou