-
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
Event Hub Scaler: Remove or replace usages of Event Hub offsets #5600
Conversation
@JorTurFer Hi there, I've marked this PR as WIP because I've had some trouble testing my changes. I was able to get a debugger working with the operator and confirm that the My current environment is debugging the operator in a devcontainer which seems to successfully connect to the cluster, but it looks like the metrics server isn't able to connect to it, so I am unable to verify if the scaling is working correctly. Here's some logs from the metric server:
Any guidance you are able to provide would be appreciated! Thank you. Also, I've just noticed that |
Any updates on this? |
I believe this should be ready to go now. |
/run-e2e event_hub |
Signed-off-by: Walker Crouse <[email protected]>
Signed-off-by: Walker Crouse <[email protected]>
Signed-off-by: Walker Crouse <[email protected]>
Signed-off-by: Walker Crouse <[email protected]>
Signed-off-by: Walker Crouse <[email protected]>
Signed-off-by: Walker Crouse <[email protected]>
Signed-off-by: Walker Crouse <[email protected]>
/run-e2e event_hub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/run-e2e event_hub |
/run-e2e event_hub |
/run-e2e event_hub |
/run-e2e event_hub |
This PR removes or replaces uses of Event Hub offsets, as this is no longer a supported metric to use for determining consumer locations within a partition.
Checklist
Fixes #5574
Relates to Azure/azure-sdk-for-net#42409