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 v

Connect to Kafka via SOCKS Proxy

2020-11-03 Thread SasiKumar Senthilnathan
Hai Everyone, Am new to Kafka. We are using apache kafka library to produce messages (KafkaProducer), the task 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 take

Connect to Kafka through SOCKS Proxy

2017-11-30 Thread Aljoscha Schulte
Hi, I have a Kafka cluster running on AWS. I want to connect to the cluster with the standard kafka-console-consumer from my application server. The application server has access to the internet via a SOCKS-Proxy. No authentication is required How do I tell the Kafka client to connect through

Re: Socks proxy

2017-07-31 Thread Martin Gainty
From: Jay Allen Sent: Friday, July 28, 2017 12:09 PM To: users@kafka.apache.org Subject: Socks proxy Hey guys, We're trying to use the Java Kafka client but it turns out it's not socks proxy aware - the connect uses a SocketChannel that does not

Socks proxy

2017-07-28 Thread Jay Allen
Hey guys, We're trying to use the Java Kafka client but it turns out it's not socks proxy aware - the connect uses a SocketChannel that does not work with proxies - https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/network/Selector.java Any ideas