Am new to Kafka. We are using apache kafka library to produce messages 
(KafkaProducer), the ask is to connect via socks proxy from apache library.

Is it possible to connect to Kafka via socks proxy in Java?

When I tried with below params, even after that it didn't took these values.

-DsocksProxyHost=socks.proxy.host.name -DsocksProxyPort=1080 

Is there any other way to achieve this?

Thanks in advance.

Reply via email to