Kafka: Continuously getting FETCH_SESSION_ID_NOT_FOUND

后端 未结 3 766
陌清茗
陌清茗 2020-12-06 06:17

I am continuously getting FETCH_SESSION_ID_NOT_FOUND. I\'m not sure why its happening. Can anyone please me here what is the problem and what will be the impact on consumers

3条回答
  •  太阳男子
    2020-12-06 06:36

    Increase the value of max.incremental.fetch.session.cache.slots. The default value is 1K, in my case I have increased it to 10K and it fixed.

提交回复
热议问题