You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/27 07:14:52 UTC

[GitHub] [pulsar] Anonymitaet commented on a diff in pull request #17304: [improve][doc] sync Connection URLs section

Anonymitaet commented on code in PR #17304:
URL: https://github.com/apache/pulsar/pull/17304#discussion_r956549505


##########
site2/docs/client-libraries-dotnet.md:
##########
@@ -54,6 +54,28 @@ To install the Pulsar C# client library, following these steps:
        
        ```
 
+## Connection URLs
+
+To connect to Pulsar using client libraries, you need to specify a [Pulsar protocol](developing-binary-protocol.md) URL.
+
+You can assign Pulsar protocol URLs to specific clusters and use the `pulsar` scheme. The following is an example of `localhost` with the default port `6650`:
+
+```http
+pulsar://localhost:6650
+```
+
+If you have multiple brokers, separate `ip:port` by commas:

Review Comment:
   ```suggestion
   If you have multiple brokers, separate `IP:port` by commas:
   ```
   Capitalize proper nouns correctly. https://docs.google.com/document/d/1lc5j4RtuLIzlEYCBo97AC8-U_3Erzs_lxpkDuseU0n4/edit#bookmark=id.je5thtkj42cb
   
   



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org