KEDA ScaledObject with minReplicaCount: 0 and Kafka Consumer Groups #5890
Unanswered
aryabharat
asked this question in
Q&A / Need Help
Replies: 1 comment
-
How would you refresh the consumer group? Any ideas what can be done? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Query:
When using KEDA to create a ScaledObject with minReplicaCount: 0, issues arise with Kafka consumers. If the Kafka topic has no messages or the retention period lapses, Kafka marks the consumer group as dead. Consequently, when a producer sends a new message, KEDA fails to scale the consumer from 0 to 1 because it cannot find the consumer group. Is there any kind of heartbeat mechanism for Kafka consumers in KEDA to prevent this issue.
Key Points:
Configuration Issue:
Beta Was this translation helpful? Give feedback.
All reactions