: Kafka Producer - Multiple broker - Data sent to buffer but not in
Queue
> bootstrap.servers = ,
Is your bootstrap.servers configuration is correct ? You have specified port
`9091`, but running the GetOffsetShell command on `9094`
On Wed, Apr 19, 2017 at 11:58 AM, Ranjith Anbazha
>
> Thanks,
> Ranjith
>
> -Original Message-
> From: David Garcia [mailto:]
> Sent: Wednesday, April 19, 2017 09:31
> To: users@kafka.apache.org
> Subject: Re: Kafka Producer - Multiple broker - Data sent to buffer but
> not in Queue
>
> What do broker logs say around
).
Thanks,
Ranjith
-Original Message-
From: David Garcia [mailto:]
Sent: Wednesday, April 19, 2017 09:31
To: users@kafka.apache.org
Subject: Re: Kafka Producer - Multiple broker - Data sent to buffer but not in
Queue
What do broker logs say around the time you send your messages?
On 4/18/17
What do broker logs say around the time you send your messages?
On 4/18/17, 3:21 AM, "Ranjith Anbazhakan"
wrote:
Hi,
I have been testing behavior of multiple broker instances of kafka in same
machine and facing inconsistent behavior of producer sent records to buffer not
being av
Hi,
I have been testing behavior of multiple broker instances of kafka in same
machine and facing inconsistent behavior of producer sent records to buffer not
being available in queue always.
Tried kafka versions:
0.10.2.0
0.10.1.0
Scenario:
1. Ran two broker instances in same machine.