Hi Peter
Kafka publishes metrics regarding usage of network and io threads. You
should observe the following metrics
`kafka.network:type=SocketServer,name=NetworkProcessorAvgIdlePercent` which
should ideally be > 0.3. This metric helps you understand the usage of
network threads and if you find th
Hi,
How can I know if I have enough network threads configured with
num.network.threads?
I see Producers are slower to produce when we move partitions between
brokers, so I'm thinking maybe there isn't enough network threads to
process the requests from both the consumers and from the other broke