Replies: 3 comments 9 replies
-
I have upgraded argo-events to latest version - v1.3.0 today & trying to integrate azure-event-hub. but my eventsource pod is now crashing with different error: Logs: {"level":"info","ts":1619095607.6588032,"logger":"argo-events.eventsource","caller":"cmd/main.go:63","msg":"starting eventsource server","eventSourceName":"azure-events-hub","version":"vv1.3.0+7591146.dirty"} basically it is breaking at this stage: any idea, what is causing this error ? |
Beta Was this translation helpful? Give feedback.
-
Though I tried with another EventSource "Webhook" EventSource ........ here pod is running fine (but no emptyDir volume mounted): My EventSource file looks like this:
|
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
does argo-events supports azure-hub as eventsource ?
I can see one sample code here:
https://github.com/argoproj/argo-events/blob/master/examples/event-sources/azure-events-hub.yaml
but it is not working for me. I tried with below parameters:
FQDN : "namespace".servicebus.windows.net
sharedAccessKeyName: Shared access policies --> "Policy"
sharedAccessKey: "Primary Key"
I also checked eventsources - setup page, azure-hub instructions are not mentioned here:
https://argoproj.github.io/argo-events/eventsources/setup/webhook/
I am able to get connection string successfully using azure cli, as mentioned in below link:
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string#getting-the-connection-string-with-azure-cli
My argo EventSource pod is in "CrashLoopBackOff" stage & log shows something like this:
started processing the Azure Events Hub
retrieving the shared access key name
retrieving the shared access key...
connecting to the hub...
gathering the hub runtime information...
failed to start listening eventsource
NATS connection lost
failed to start eventsource server
Beta Was this translation helpful? Give feedback.
All reactions