michalcukierman commented on issue #21638:
URL: https://github.com/apache/pulsar/issues/21638#issuecomment-2995652417

   I've been looking for more information about Pulsar Proxy / SNI Proxy 
options.
   The documentation is really confusing, Simple removing of this part:
   ```
   A proxy server is an intermediary server that forwards requests from 
multiple clients to different servers across the Internet. The proxy server 
acts as a "traffic cop" in both forward and reverse proxy scenarios, and 
benefits your system such as load balancing, performance, security, 
auto-scaling, and so on.
   
   The proxy in Pulsar acts as a reverse proxy, and creates a gateway in front 
of brokers. Proxies such as Apache Traffic Server (ATS), HAProxy, Nginx, and 
Envoy are not supported in Pulsar. These proxy-servers support SNI routing. SNI 
routing is used to route traffic to a destination without terminating the SSL 
connection. Layer 4 routing provides greater transparency because the outbound 
connection is determined by examining the destination address in the client TCP 
packets.
   ```
   
   And start with:
   
   ```Pulsar clients (Java, C++, Python) support [SNI routing 
protocol](https://github.com/apache/pulsar/wiki/PIP-60:-Support-Proxy-server-with-SNI-routing),
 so you can connect to brokers through the proxy.```
   
   Could be a quick fix imho.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to