CommitFailedException Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member

后端 未结 2 434
别那么骄傲
别那么骄傲 2020-12-25 11:23

I was using kafka 0.10.2 and now faced a CommitFailedException. like:

Commit cannot be completed since the group has already rebalanced and assigned

2条回答
  •  眼角桃花
    2020-12-25 11:52

    session.timeout.ms set on the consumer should be less than the group.max.session.timeout.ms set on Kafka broker.

    This resolved the issue for me.

    Credit to github link Commit Failures

提交回复
热议问题