-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Event Hubs scaler does not work for Java consumer app #767
Comments
The problem is:
Today this is handled using an |
Here is the full path of the checkpoint doc in the blob store container I had created |
This feels related to #762 and might have same root cause |
@abhirockzz great investigation. It would be really great if you can propose a fix for this :) |
I think we should fix it from a #769 perspective and cover all lanuages |
Sure @zroubalik I'll work on a proposal to help rectify this |
Looking into it. |
This is no longer applicable due to #1621 |
I have an Azure Event Hubs consumer application based on the Azure Event Hubs Java SDK. To be specific, I am using
azure-messaging-eventhubs
v 5.0.3 andazure-messaging-eventhubs-checkpointstore-blob
v1.0.3 for the blob store based checkpointing.KEDA is unable to scale this consumer application (details below)
Expected Behavior
KEDA should be able to scale the Event Hubs consumer application
Actual Behavior
Scaling fails with the following error:
Steps to Reproduce the Problem
Test app and k8s YAMLs are available in this repo (if needed) - https://github.com/abhirockzz/eventhubs-keda-java
Specifications
The text was updated successfully, but these errors were encountered: