how to find out the group coordinator in kafka for a given topic?

2017-08-24 Thread Devendar Rao

Change replication factor for a topic in the runtime

2017-09-19 Thread Devendar Rao
Is it possible to change the replication factor in runtime? We're using 10.x version. Thanks, Devendar

Kafka on kubernetes

2018-01-12 Thread Devendar Rao
Hi, Any one has done work on kafka on kubernetes? Could you share the references/links if you have any? Thanks, Devendar

Re: Kafka on kubernetes

2018-01-12 Thread Devendar Rao
On the official web site you can find the link to the GitHub repo and the > way for getting in touch with the contributors through an IRC channel, > mailing list and the Twitter account as well. > > Thanks > Paolo > > From: Devendar Rao > Sent: Friday, 12 January, 21

Partition rebalancing when both leader and follower is down?

2018-02-03 Thread Devendar Rao
Hi, I don't see partition rebalancing happening when both leader and replica nodes are down for a given partition. The partition's leader is set to -1; but never gets fixed. I manually assign the partition using "kafka-preferred-replica-election.sh". Does kafka not balance the partitions automati

Re: Partition rebalancing when both leader and follower is down?

2018-02-08 Thread Devendar Rao
Asking again to find out if there is a setting in KAFKA which can handle this case automatically. On Sat, Feb 3, 2018 at 12:45 PM, Devendar Rao wrote: > Hi, > > I don't see partition rebalancing happening when both leader and replica > nodes are down for a given partition

Finding consumer group coordinator from CLI?

2018-02-14 Thread Devendar Rao
Hi, Is there a way to find out the consumer group coordinator using kafka sh util from CLI? Thanks

Kafka 0.10.2.2 release

2018-03-08 Thread Devendar Rao
Hi, We're hitting an issue with log cleaner and I see this is fixed in 0.10.2.2 release as per https://issues.apache.org/jira/browse/KAFKA-5413 . But I don't see 0.10.2.2 release notes in https://kafka.apache.org/downloads was 0.10.2.2 ever released? Thanks, Devendar