Hi kafka version -0.10.0.1 I am assigning a set of topic partition to a consumer. Polling some messages from consumer.poll then depending upon the processing time i am pausing the consumer for all topic partitions till the processing gets complete. Then trying to resume and commit.
if i pause for long time and don't poll, will i get session timeout? or any other exception?