Vladimir Shchur

Results 213 comments of Vladimir Shchur

Added [architecture diagram](https://github.com/fsprojects/pulsar-client-dotnet/blob/develop/architecture.md)

I wonder whether reconnect attempts stopped. Yes, `ClientCnx` is shared between producer and consumer and connection tries should continue to happen with an exponential delay

@adrianotr Thank you for the detailed report, logs were very helpful. I've published 3.5.3 with the fix, can you please check? I'm not closing the issue, since initial request was...

Hi, @RufusK ! First, I don't see that this issue relates to the previous in any way. Second, schema generation is handled by separate library (https://github.com/eaba/AvroSchemaGenerator), so please check it's...

In pulsar topic names always follow conventional format where tenant, namespace and name are separates with slashes. If you are to put more slashes in, it becomes confusing - what...

@abulkasim007 I don't develop new features on a free basis, you can see that in the project [Readme](https://github.com/fsprojects/pulsar-client-dotnet/blob/develop/README.md). I still do PR reviews though, so you can develop this feature...

[Java reference](https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/Producer.java#L89-L96)

This enhancement is approved for PR

> However this is a pain for applications using v8 SDK, which now received warning/error about e.g. [Microsoft.Extensions.Logging.Abstractions](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/) requiring v >9 Why is this an issue? Those are just nuget...