Replies: 1 comment 1 reply
-
🧐 I find a method to solve it but i am not sure it makes sense |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
boomjuice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a kafka cluster config like this .
message_queue: kafka://10.0.42.149:9092,10.0.42.154:9092,10.0.42.156:9092
so I pass the config to socketio, it raises error because the bootstrap_servers is invalid.

I get one solution that passing 'client_manager' by myself
Is there have any other solution?
Beta Was this translation helpful? Give feedback.
All reactions