-
Notifications
You must be signed in to change notification settings - Fork 741
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
Unable to connect kafka-eventsource to Kafka broker url #2684
Comments
Update I am now connecting to the kakfa service using the following url:
And I'm now getting more output from the eventsource logs each time I post a message in kafka:
I also attempted using this alternate kubernetes pod url, it produced the same logs as above.
I'm still unable to kickoff workflows when producing kafka messages. From researching other GitHub issues, the event source logs should have more output. |
After more troubleshooting using these urls: The following command outputs other errors in the terminal.
and
For additional reference, I have another issue open with kubernetes-kafka: |
Recent logs from the kafka-broker:
|
@wesleyscholl - sorry for the late response! What's the current status? Are you able to confirm if the messages have been published to the kafka topic successfully? |
Depending which kafka instance I use, yes and no. If I run zookeeper and kafka locally, I am able to create topics, produce messages, and consume them no problem. But if I try to spin up a kubernetes pod, I keep getting this Crash Loop Backoff error. This happens for both kafka and zoopkeeper pods. So I'm unable to create topics, produce messages, or consume using the kubernetes pods. Please see my other issue on kubernetes-kafka - Yolean/kubernetes-kafka#353 |
Okay, it seems like it's an issue with the kubenetes-kafka setup. |
This issue has been automatically marked as stale because it has not had |
Describe the bug
After multiple configurations and troubleshooting, I am unable to connect the kafka-eventsource to the Kafka broker url.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Argo eventsource should read new messages from the configured topic and kickoff a workflow.
Screenshots, Configurations, and Logs
Eventsource yaml
Kafka sensor & workflow trigger
Logs from EventSource/kafka
The event flow configured in the UI
Kafka-broker port forward
Kafka messages
Initial kafka yaml config
Alternative kafka broker yaml
Environment (please complete the following information):
Additional context
I'm thinking it could be a networking issue, as I've had issues connecting to other kubernetes pods and docker containers. Did I configure something wrong? Please advise.
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: