Replies: 1 comment
-
|
Hi, |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are using the Azure Event Hub trigger using the
blobMetadastrategy. We noticed that for one consumer group the scaling did not work, and found out that KEDA was unable to find the checkpoint blob. The reason is this line, that converts the consumer group name section of the blob name to lowercase, while our consumer group was camelCased.I was thinking of adding a note to the docs, stating that only lowercase consumer groups are supported. On the other hand, I do not understand the reason for this limitation, maybe removing the conversion to lowercase could be an option as well? Can someone explain if/why the
ToLower-call is required?Maybe @JorTurFer? I've seen that you've been the working on that part.
Beta Was this translation helpful? Give feedback.
All reactions