Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I want to ask how is the intented way to use broadcaster with multiple kafka brookers working at the same time.
I give you an example:
Let's say I have three kafka brookers ["localhost:9092", "localhost:9093", "localhost:9094"]
How should I initilize the Broadcaster object?
I've tried:
but it gives an Starlette error:
ValueError: invalid literal for int() with base 10: ''
I've also tried this:
which seems to work but I don't think this is the intended way of doing this (because of the import)?
Is there any other way to do this?
Beta Was this translation helpful? Give feedback.
All reactions