Replies: 1 comment
-
I have the same question and would be grateful for an answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a docker setup for Kafka with Kraft enable settings and use Golang wrapper lib for librdkafka 1.9.2 (confluent-kafka-go)
According to this doc (KIP-833) KRAFT is production ready feature. But when I try to produce a message into topic, I get the following error:
|METADATA|rdkafka#producer-1| [thrd:main]: localhost:9093/bootstrap: Metadata request failed: refresh unavailable topics: Local: Required feature not supported by broker (0ms): Permanent
Is Kraft supported by librdkafka or its in a plan to?
Beta Was this translation helpful? Give feedback.
All reactions