fsprojects / pulsar-client-dotnet

Apache Pulsar native client for .NET (C#/F#/VB)
MIT License
301 stars 47 forks source link

Authentication token by suplier #252

Closed gavrilyuc closed 7 months ago

gavrilyuc commented 7 months ago

How can I use this variant in dotnet? https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/AuthenticationFactory.java#L54-L56

I don't find any information for c# in docs

But it has in Go and Java.

Lanayx commented 7 months ago

Thanks for asking! The logic was already there, but not exposed, so I've exposed it in 3.3.0