hi all,
i'm having trouble processing a topic which includes paths to images which need
to be downloaded and saved to disk (each takes ~3-5 seconds) and several are
received on each poll
within this scenario, i'm receiving the following error:
org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be
completed due to group rebalance
which i assume is due to heartbeat failure and broker re-assigning the
consumer's partition to another consumer
are there any recommendations for processing long to process messages?
thanks in advance,
guven