pulsar-client-dotnet
pulsar-client-dotnet copied to clipboard
Apache Pulsar native client for .NET (C#/F#/VB)
I want to use the logical types in the Avro schema. But seems that Avro C# doesn't support logical types. It will throw the exception like below: ``` Avro.AvroException: Unknown...
[Current setup](https://github.com/fsharplang-ru/pulsar-client-dotnet/blob/develop/tests/compose/standalone/docker-compose.yml#L37-L80) One way is to use helm chart for this task and run [on minikube](https://github.com/marketplace/actions/setup-minikube-kubernetes-cluster), but other options also are possible (for example [Fluent Docker](https://github.com/mariotoffia/FluentDocker) or [TestContainers](https://github.com/HofmeisterAn/dotnet-testcontainers))
I am not sure if this is a Pulsar issue or issue with Pulsar.Client. Hoping someone can help point me in the right direction! The below function works perfectly when...
[Code reference](https://github.com/apache/pulsar/blob/branch-2.8/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/PulsarClient.java#L238-L253)
[Documentation](https://github.com/apache/pulsar/wiki/PIP-85-%3A-Add-Schema-Information-to-Message-in-Java-Client-API) [PR](https://github.com/apache/pulsar/pull/10476)
[Documentation](https://github.com/apache/pulsar/wiki/PIP-68%3A-Exclusive-Producer) [PR](https://github.com/apache/pulsar/pull/8685)
[Description](https://github.com/apache/pulsar/wiki/PIP-83-%3A-Pulsar-client%3A-Message-consumption-with-pooled-buffer) [PR](https://github.com/apache/pulsar/pull/10184)
[Documentation](https://github.com/apache/pulsar/wiki/PIP-74%3A-Pulsar-client-memory-limits) [PR for producer](https://github.com/apache/pulsar/pull/8965)