: 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
, 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 available in queue always.
Tried kafka versions:
0.10.2.0
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.