Jeff-Tian commented on issue #101:
URL: 
https://github.com/apache/pulsar-dotpulsar/issues/101#issuecomment-2247502760

   Never mind, I can use the following instead:
   
   ```csharp
   await using var client = PulsarClient.Builder()
               .Authentication(AuthenticationFactory.Token(
                   "..."))
               .ServiceUrl(new Uri("pulsar+ssl://xxx:6651"))
               .Build();
   ```
   
   But the documentation 
(https://github.com/apache/pulsar-dotpulsar/wiki/Client) needs to be updated: 
   
   <img width="1179" alt="image" 
src="https://github.com/user-attachments/assets/9d2c7cb8-0754-4eb3-90a8-747707f9a1fb";>
   


-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to