You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Oleg Zhovtanyuk (Jira)" <ji...@apache.org> on 2022/12/15 07:56:00 UTC

[jira] [Created] (KAFKA-14494) Kafka Java client can't send data when behind SOCKS proxy - while native client can

Oleg Zhovtanyuk created KAFKA-14494:
---------------------------------------

             Summary: Kafka Java client can't send data when behind SOCKS proxy - while native client can
                 Key: KAFKA-14494
                 URL: https://issues.apache.org/jira/browse/KAFKA-14494
             Project: Kafka
          Issue Type: Bug
          Components: clients
    Affects Versions: 3.3.1
            Reporter: Oleg Zhovtanyuk


When Kafka Java client sits behind the SOCK5 proxy, it can connect to the cluster, get the list of brokers, but enters the infinite loop trying to detect the least loaded broker.

To the contrary, NodeJS client (a wrapper for librdkafka) perform the same steps, but proceeds further to the binary data exchange.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)