Re: Network threads monitoring

2022-12-12 Thread Divij Vaidya
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

How to use a kafka container in kubernetes?

2022-12-12 Thread Mario Ricci
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