Hi Team, I'm trying to consume from a kafka cluster using java client, but the kafka server can only be accessed via jumphost/ssh tunnel. But even after creating ssh tunnel we are not able to read because once conusmer fetches metadata it uses original hosts to connect to broker. Is it possible to stop this behaviour?
Thanks, Akshay Das