-
|
Dumb question, is there a c++ redpanda/kafka client which supports co_await? If so, would there be much of a perf difference when compared to franz-go? |
Beta Was this translation helpful? Give feedback.
Answered by
dotnwat
Nov 4, 2021
Replies: 1 comment
-
|
there is a futurized kafka client in src/v/kafka/client that is used internally and it works with coroutines but it has very limited functionality right now. we use it for only a few specific cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
unicomp21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there is a futurized kafka client in src/v/kafka/client that is used internally and it works with coroutines but it has very limited functionality right now. we use it for only a few specific cases.