Open ginwakeup opened 1 year ago
Some more info, we noticed that this does not happens with other topics, but only with a topic that has 179963 messages and 361722 total offsets. Could it be the size of it? It's currently taking 2GB of space. segment.bytes: 1073741824 max.message.bytes: 1048588 delete.retention.ms: 86400000 retention.bytes: -1 segment.ms: 604800000.
After setting:
heartbeat_interval_ms=1000,
session_timeout_ms=20000
on the consumer, the group is now live and the consumer is connected, but the consumer does not get any message from Kafka
I've got the same kind of issues... Any news?
Hey, I am getting the same issue, but I am able to poll after 30 mins, any solution that worked for you?
您好: 很高兴收到您的来信,我会尽快阅读并回复您!祝您工作顺利、生活愉快!
Thanks for your reply, I can explain you my exact issue, I have multiple topics with I consume from a single groupId, whenever I rollout restart my service my consumption gets stop for 30 mins and after 30 mins its automatically starts consumption, when I see the logs it showing me that dynamic member joins the group and after some time I am able to see the log of removing it from the group (kafka.coordinator.group.GroupCoordinator) [executor-Heartbeat]. Please help me with this.
I am having the same issue, with only 1 topic that contains 1 message, I am using the exact consumer code from the example you provided
I am getting message that topic has failed, removing it from the group (kafka.coordinator.group.GroupCoordinator) [executor-Heartbeat] and then again joining and can see rejoin group. what can be the issue ?
I had same issue after down up consumers container. But after 15 mins it's started work. I don't know why it's start get this error and why it's started work after 15 mins.
Description
From today, Kafka started removing consumers because of a heartbeat error.
The error specifically is:
I tried to set
session.timeout.ms: 30000
with no luck.
We use Strimzi for deployment, here's the full k8s deployment file:
How to reproduce
I am not entirely sure. We are just spawning a new Consumer using Kafka Python, on Python 3.7.3 The Consumer uses an account which has access to all topics using ACL:
I can see the Consumer Group being created through Kafka UI, but after the rebalance is completed we see the error and the group is empty.
The python script simply hangs and there's no polling.
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
3.4.0
mostly default
Ubuntu 20.04