No, there is only one consumer in the group.
On Thu, Apr 5, 2018 at 2:39 PM, Gabriel Giussi <gabrielgiu...@gmail.com> wrote: > There is some other consumer (in the same process or another) using the > same group.id? > > 2018-04-05 14:36 GMT-03:00 Scott Thibault <scott.thiba...@multiscalehn.com > >: > > > I'm using the Kafka 1.0.1 Java client with 1 consumer and 1 partition and > > using the ConsumerRebalanceListener I can see that the partition keeps > > getting revoked and then reassigned. My consumer is in it's own thread > to > > ensure poll is invoked regularly. Is there some other reason this might > be > > happening? > > >