te your topic.
>>
>> If you chose to do consumer offsets topic init before request to create
>> your (first) topic, make sure to configure broker with replication
>>factor
>> of 1 for consumer offsets topic (offsets.topic.replication.factor config
>> proper
Yes. I know all of that. I guess my original message was not clear.
The topic metadata indicates that there is a leader.
Please see my comments interspersed below.
Thanks
David Corbin
On 10/29/15, 17:53, "Mayuresh Gharat" wrote:
> NotCoordinatorForConsumerException is for cons
I'm working on a project that I hope to use the SimpleConsumer on. I'm trying
to write some test code around our code that is wrapping the SimpleConsumer.
The environment is 1 kafka broker, and 1 zookeeper
The test goes like this:
Create a topic ("foo", 1 partition, 1 replica)
Create a Producer