You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to produce message on kafka topic we except new keda jobs to be created based on trigger specified(in our case kafka-trigger). However we can see that no jobs are getting created and consumer group also is not created,.
Since lagtreshold is specified as "1" and kept minreplicacount as "0" : one-job should be created whenever there is message on Kafka queue and should scale according to lagthreshold.
To add to the behaviour: there is no existing consumer group. When we manually add consumer group it starts working
Hi @zaheer032
I'm not an expert on kafka tbh, but I can see in KEDA logs that there are some errors related with any wrong configuration. Invalid offset found .....
Could you check that whole message and verify that there is not any misconfiguration in KEDA or Kafka?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
All issues that are marked as stale due to inactivity
label
Jun 3, 2022
Report
When we try to produce message on kafka topic we except new keda jobs to be created based on trigger specified(in our case kafka-trigger). However we can see that no jobs are getting created and consumer group also is not created,.
Since lagtreshold is specified as "1" and kept minreplicacount as "0" : one-job should be created whenever there is message on Kafka queue and should scale according to lagthreshold.
To add to the behaviour: there is no existing consumer group. When we manually add consumer group it starts working
Expected Behavior
Keda jobs should scale based on kafka-trigger
Actual Behavior
Keda consumer jobs should be created
Steps to Reproduce the Problem
Produce a message on kafka-topic
Logs for Keda operator
Logs from KEDA operator
KEDA Version
2.6.1
Kubernetes Version
1.23
Platform
Amazon Web Services
Scaler Details
kafka-trigger
Anything else?
No response
The text was updated successfully, but these errors were encountered: