Support socks5 proxy - #11085
Conversation
|
@Technoboy- many thanks for your details! As we called just now, could you please help add docs and ping me review? You might need to:
Tip Java Client API website (doc) is automatically generated from its code. If you add descriptions (like you did here ), you've already added docs for the Java API website. (@codelipenghui so do not remove the |
Done, please help check client-libraries-java.md . |
1bc6756 to
27d118c
Compare
27d118c to
4e62fd7
Compare
Anonymitaet
left a comment
There was a problem hiding this comment.
Approved from doc perspective
codelipenghui
left a comment
There was a problem hiding this comment.
Great Job @Technoboy- , I just left some comments about the tests.
|
@Anonymitaet I noticed you have added the |
gaoran10
left a comment
There was a problem hiding this comment.
Great work! Left some comments.
Could you check the code format? Such as the class Socks5Server.
|
/pulsarbot run-failure-checks |
|
@Technoboy- Looks the failed the tests are related to this change, PTAL. |
|
/pulsarbot run-failure-checks |
9f18ddf to
0f5f6cb
Compare
d849303 to
52c1961
Compare
Some user networks may have a layer of socks5 proxy, so the client side is added socks5 proxy handler to support socks5 protocal. Add Socks5ProxyHandler in ConnectionPool as the first handler for producer and consumer. (cherry picked from commit 86b8bde)
### Motivation Some user networks may have a layer of socks5 proxy, so the client side is added socks5 proxy handler to support socks5 protocal. ### Modifications Add Socks5ProxyHandler in ConnectionPool as the first handler for producer and consumer.


Motivation
Some user networks may have a layer of socks5 proxy, so the client side is added socks5 proxy handler to support socks5 protocal.
Modifications
Add Socks5ProxyHandler in ConnectionPool as the first handler for producer and consumer.
Does this pull request potentially affect one of the following parts:
If
yeswas chosen, please highlight the changesDocumentation
How to use