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

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

     [ https://issues.apache.org/jira/browse/KAFKA-14494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Zhovtanyuk updated KAFKA-14494:
------------------------------------
    Attachment: client-java.tar.gz
                client-nodejs.tar.gz

> 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
>            Priority: Major
>         Attachments: client-java.tar.gz, client-nodejs.tar.gz
>
>
> 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)