Error UNKNOWN_MEMBER_ID occurred while committing offsets for group xxx

牧云@^-^@ 提交于 2019-12-03 01:02:52

I just faced the same issue. I have been investigating, and in this thread and in this wiki you can find the solution.

The issue seems to be that the processing of a batch takes longer than the session timeout. Either increase the session timeout or the polling frequency or limit the number of bytes received.

What worked for me was changing max.partition.fetch.bytes. But you can also modify session.timeout.ms or the value you pass to your consumer.poll(TIMEOUT)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!