You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While experimenting with argo workflows and event hub triggers I ran across an issue with the 1.9.6 version of argo events.
My workflow is: upload blob -> event grid system topic set for blob creation -> publish to Event Hub namespace -> Argo EventSource set up for Event Hub source like in the examples.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
While experimenting with argo workflows and event hub triggers I ran across an issue with the 1.9.6 version of argo events.
My workflow is: upload blob -> event grid system topic set for blob creation -> publish to Event Hub namespace -> Argo EventSource set up for Event Hub source like in the examples.
The error is that I got a nil pointer exception in the event source pod, at the following line after a blob was uploaded: https://github.com/argoproj/argo-events/blob/v1.9.6/pkg/eventsources/sources/azureeventshub/start.go#L133
Publishing a plain text event manually via the Azure UI did NOT raise the error and the workflow was triggered in argo workflows.
Used version: argo-events helm chart v2.4.15 (v1.9.6 argo-events image)
To Reproduce
Steps to reproduce the behavior:
panic: runtime error: invalid memory address or nil pointer dereference
exception at the following line: https://github.com/argoproj/argo-events/blob/v1.9.6/pkg/eventsources/sources/azureeventshub/start.go#L133Expected behavior
No crash happens.
Environment (please complete the following information):
Additional context
Reverting back to helm chart v2.4.14 (1.9.5 argo-events) fixed the issue and the crash does not happen with the same setup.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: