-
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
feat: Support using connection strings for Event Hub namespace instead of the Event Hub itself. #3924
Conversation
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
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!
I think we need to update docs as well because eventHubName
is optional and only required in case of pod identity , but now it could be also required with we use namespace connection string instead of eh connection string
Haha, was in the middle of doing it. |
/run-e2e event* |
…d of the Event Hub itself. (kedacore#3924) Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
…d of the Event Hub itself. (kedacore#3924) Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Provide a description of what has been changed
Checklist
Fixes #3922
Relates to kedacore/keda-docs#988