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 all,
I have a requirement to spin up a brand new broker in kubernetes and hit
that from a few other containers, then tear everything down (integration
tests in a pipeline).
Does anyone know how to do this? I have spent a lot of time on this, so I
posted some details over here:
https://stackov