Re: Listener for Lead broker change for topic partition in the 0.9.* consumer

2016-04-01 Thread Ryan Phillips
I believe the way this works is that you will get a UnknownTopicOrPartitionException on a poll. On Fri, Apr 1, 2016 at 1:36 PM, Wang, Howard wrote: > Hi, > > I have a use case where I need to be notified about the change of lead > broker for my topic partitions. I’m using the new API 0.9.0. Is t

Listener for Lead broker change for topic partition in the 0.9.* consumer

2016-04-01 Thread Wang, Howard
Hi, I have a use case where I need to be notified about the change of lead broker for my topic partitions. I’m using the new API 0.9.0. Is there any way of doing this in 0.9* API? Thanks. Howard