rdhabalia commented on a change in pull request #7471:
URL: https://github.com/apache/pulsar/pull/7471#discussion_r451045541



##########
File path: site2/docs/concepts-proxy-sni-routing.md
##########
@@ -5,28 +5,28 @@ sidebar_label: Proxy support with SNI routing
 ---
 
 ## Pulsar Proxy with SNI routing
-
 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. Routing at layer 4 provides greater transparency because the 
outbound connection is determined by examining the destination address in the 
client TCP packets.
 
-Pulsar clients 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. You learn how to set up the 
ATS proxy and the Pulsar client to enable SNI routing, and connect Pulsar 
client to the broker through the ATS proxy.
+Pulsar clients 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. You learn how to set up the 
ATS proxy, enable SNI routing, and connect Pulsar client to the broker through 
the ATS proxy.
 
-### ATS-SNI Routing in Pulsar

Review comment:
       this has to be 3rd level header and not main header.




----------------------------------------------------------------
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.

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


Reply via email to