-
Notifications
You must be signed in to change notification settings - Fork 627
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
No events being emitted from client or producer #685
Comments
I should also mention that I gave it plenty of time before executing the |
You are most likely not even connected to your broker.. which is why you see the BrokerNotAvailable Error when calling .send().. The zk module wont fire/log any events when its unable to connect it will just try to reconnect silently. |
@krystianity I also tried the branch discussed in #666 to bypass ZK, but I have the same issue. Any ideas? |
Can't you use zk for now? Until #666 moves into master/production? |
I can, I just have to figure out why it can't connect to zk then :/ |
@krystianity I got it figured out, it was just a zookeeper config change. Thanks for the help |
@RobertHerhold I am having the same issues . Can you please tell me what was the config change that was made so that I can try it out? |
The title and content is not matching. Lets solve thing one by one... 2) Producer and Consumer not emitting the ready event
Hope that helps. Thanks & Regards |
Bug Report
Environment
Include Sample Code to reproduce behavior
Output
None of my event listeners result in anything being logged, so I'm not sure where to begin. Using
env DEBUG="kafka-node:*"
when running my server doesn't seem to provide any additional output.And when I use kafkacat to confirm that everything is set up right:
kafkacat -b <my-remote-url>:9092 -L
It seems that everything is set up right, with 1 broker that the kafka-node client should be able to connect to. Are there any issues that you can see from what I've posted?
The text was updated successfully, but these errors were encountered: