Extend session.timeout and heartbeat.interval #6724
Replies: 1 comment
-
TBH, I never changed these particular settings. But any Kafka configuration option which is user configurable is configured in Are you sure this is broker and not client configuration? In the Kafka docs, I can find only |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone help explain to me exactly how to extend the heartbeat interval and session timeout using strimzi? I've checked though various docs that mention setting these values, but I can't find out where exactly to place them in my strimzi configuration. Right now I have a k8s.yaml, and I suspect the values should go in there, but I've tried that and it broke my cluster.
I'm using the kafkajs client in nodejs and I'm finding problems with heartbeats not being sent and my consumers being ejected. I thought that increasing the timeouts might help. I'm not completely clear on the interplay of session.timeout and heartbeat.interval, so I thought I might set them both really high to see if it helps. I've tried this on the client and immediately ran into the problem of exceeding the maximum set on the cluster/broker.
My config is here (dev environment):
Beta Was this translation helpful? Give feedback.
All reactions