You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Alex Glikson <GL...@il.ibm.com> on 2016/08/14 21:16:57 UTC

retrieving offsets from a consumer not assigned to a topic-partition?

Hi,

If I have a running consumer assigned to a topic-partition (either with 
'subscribe' or with 'assign'), can I retrieve the latest available offset 
and the latest committed offset of that topic-partition from another 
process (another consumer), without causing rebalancing?

Thanks,
Alex