Re: Unable to list Kafka topics

2020-11-21 Thread SasiKumar Senthilnathan
Hai, Looks the host is not reachable. Can you try tcptraceroute or telnet? Thanks SasiKumar Senthilnath On 2020/11/21 12:39:40 prat 007 wrote: > Hi Team, > > I am running ansible to install elk on one server. (on Dev env, standalone > setup) but my playbook is getting failed at kafka role for

Re: Unable to list Kafka topics

2020-11-21 Thread SasiKumar Senthilnathan
Hai, Looks the host is not reachable. Can you try tcptraceroute or telnet? On Sat, Nov 21, 2020, 22:16 prat 007 wrote: > Hi Team, > > I am running ansible to install elk on one server. (on Dev env, standalone > setup) but my playbook is getting failed at kafka role for task listing of > Kafka

Connect to Kafka via SOCKS Proxy

2020-11-04 Thread SasiKumar Senthilnathan
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. -DsocksProx

Connect to Kafka via SOCKS Proxy

2020-11-03 Thread SasiKumar Senthilnathan
these values. -DsocksProxyHost=socks.proxy.host.name -DsocksProxyPort=1080 Is there any other way to achieve this? Thanks in advance. Regards Sasikumar Senthilnathan