Kafka - Cluster Architecture
Given this Kafka broker configuration snippet:
What is the maximum size in bytes of a request the broker will accept?
num.network.threads=3 num.io.threads=8 socket.request.max.bytes=104857600
What is the maximum size in bytes of a request the broker will accept?
