ThomasVerhoeven1998 opened a new issue, #276: URL: https://github.com/apache/pulsar-dotpulsar/issues/276
### Is your feature request related to a problem? Please describe Currently SNI routing support is only available for Java, C++ and Python pulsar clients. One of our clients wants to make use of sni routing with the pulsar-dotpulsar library. Currently there is no option to configure SNI routing with the C# library https://pulsar.apache.org/docs/next/concepts-proxy-sni-routing/ SNI routing was introduced in PIP-60 (https://github.com/apache/pulsar/wiki/PIP-60:-Support-Proxy-server-with-SNI-routing), Pulsar 2.6.0 which is 5 years ago so we would expect most of the libraries to support this feature ### Describe the solution you'd like and alternatives you've considered The PulsarClient code (https://github.com/apache/pulsar-dotpulsar/blob/master/src/DotPulsar/PulsarClient.cs) should be expanded to also allow setting a proxyUrl and proxyProtocol (SNI). -- 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]
