Confluent
CCDAK · Question #107
What's is true about Kafka brokers and clients from version 0.10.2 onwards?
The correct answer is C. A newer client can talk to a newer broker, and an older client can talk to a newer broker. Kafka's new bidirectional client compatibility introduced in 0.10.2 allows this.
Kafka Client Fundamentals
Question
What's is true about Kafka brokers and clients from version 0.10.2 onwards?
Options
- AClients and brokers must have the exact same version to be able to communicate
- BA newer client can talk to a newer broker, but an older client cannot talk to a newer broker
- CA newer client can talk to a newer broker, and an older client can talk to a newer broker
- DA newer client can't talk to a newer broker, but an older client can talk to a newer broker
How the community answered
(27 responses)- A4% (1)
- B7% (2)
- C89% (24)
Explanation
Kafka's new bidirectional client compatibility introduced in 0.10.2 allows this.
Topics
#version compatibility#backward compatibility#broker-client protocol#API versioning
Community Discussion
No community discussion yet for this question.