For future reference server the following is needed
offsets.topic.replication.factor=3
Michael
> On 14 Jul 2016, at 10:56, Michael Freeman wrote:
>
> Anyone have any ideas? Looks like the group coordinator is not failing over.
> Or at least not detected by the Java consumer.
>
> A new leade
Anyone have any ideas? Looks like the group coordinator is not failing over. Or
at least not detected by the Java consumer.
A new leader is elected so I'm at a loss.
Michael
> On 13 Jul 2016, at 20:58, Michael Freeman wrote:
>
> Hi,
> I'm running a Kafka cluster with 3 nodes.
> I have a
Hi,
I'm running a Kafka cluster with 3 nodes.
I have a topic with a replication factor of 3.
When I stop node 1 running kafka-topics.sh shows me that node 2 and 3 have
successfully failed over the partitions for the topic.
The message producers are still sending messages and I can still consum