Using with Python #468
Answered
by
emaxerrno
impredicative
asked this question in
Q&A
-
How am I supposed to use this with Python? There is no tutorial for it. |
Beta Was this translation helpful? Give feedback.
Answered by
emaxerrno
Jan 24, 2021
Replies: 1 comment
-
hi @impredicative - it should work with all kafka clients ... so a simple
will do. they have pretty good docs here https://pypi.org/project/kafka-python/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
emaxerrno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @impredicative - it should work with all kafka clients ... so a simple
will do. they have pretty good docs here https://pypi.org/project/kafka-python/