The Apache Kafka protocol is the binary, TCP-based wire protocol used by clients to communicate with Kafka brokers. It defines request and response message formats for producing, consuming, and administering partitioned, replicated event streams.
The Apache Kafka protocol is the binary, TCP-based wire protocol used by clients to communicate with Kafka brokers. It defines request and response message formats for producing, consuming, and administering partitioned, replicated event streams.