Hi, i’m trying to find a proper way to use monitoring interceptors for .net kafka client while running in docker container.
Localy when run on windows everything works fine and this turorial helps a lot Confluent Monitoring Interceptors in Control Center | Confluent Documentation
But when we are mobing to a real world usage more questions arised as:
Where to get proper monitoring interceptor distribution? We are not running “Confluent Community” version, our company is using Confluent For Kubernetes and I’m not sure that we can use any “community” edition on production.
How to spin .net kafka client with monitoring interceptor in docker? Won’t having DLL still be an option or we need to install some package on top of our docker images?