-
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
Introduce Azure Event Grid as a new CloudEvent destination #5606
Introduce Azure Event Grid as a new CloudEvent destination #5606
Conversation
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
Looking good, only 2 inline comments |
tests/eventemitter/azureeventgridtopic/azureeventgridtopic_test.go
Outdated
Show resolved
Hide resolved
tests/eventemitter/azureeventgridtopic/azureeventgridtopic_test.go
Outdated
Show resolved
Hide resolved
/run-e2e eventemitter |
Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
It looks like os.Getenv("TF_AZURE_EVENT_GRID_ENDPOINT") is null in the test. Is there any method to check the env variable in the e2e test? |
tests/eventemitter/azureeventgridtopic/azureeventgridtopic_test.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
…t.go Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com> Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
/run-e2e eventemitter |
/run-e2e eventemitter |
/run-e2e eventemitter |
/run-e2e eventemitter |
/run-e2e eventemitter |
/run-e2e eventemitter |
/run-e2e eventemitter |
Docs are fine, thanks! |
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, just small nits inline
/run-e2e eventemitter |
/run-e2e eventemitter |
/run-e2e eventemitter |
/run-e2e eventemitter |
Add Azure Event Grid as a new CloudEvent destination
Checklist
Relates to #3587
Relates to kedacore/keda-docs#1336