Emanuele Sabellico
Emanuele Sabellico
@Quuxplusone given https://github.com/confluentinc/librdkafka/commit/8e20e1ee79b188ae610aac3a2d2517f7f12dd890 adds a reference from an `rd_kafka_op_t` of type `BARRIER` to the topic partition in case you're forwarding a partition to a queue you should verify that queue...
Hello @RohitPatil-Maersk. The JsonSchemaGeneratorSettings can be passed [here](https://github.com/confluentinc/confluent-kafka-dotnet/blob/19d4fa19e02d775946752fd350aff7570b1e29fd/src/Confluent.SchemaRegistry.Serdes.Json/JsonDeserializer.cs#L65) that can contain `ActualSerializerSettings`, where MaxDepth can be set, like in [this](https://www.newtonsoft.com/json/help/html/MaxDepth.htm) example.
@edenhill what if we don't put a complete example into the README, we could leave snippets of code of the Kafka client, that don't compile alone, and say to look...
@mathispesch Thanks for the contribution! For security reason currently it's not allowed to run SemaphoreCI on forked PRs. I merge it into an internal branch and open a new PR....
@EricMCornelius `confluent-kafka-javascript` already has prebuilt librdkafka binaries for Linux (arm64, amd64) macOS (aarch64) and Windows (x64) so you won't have to build and install the dependency on those platforms
Yes, in theory if the same schema registry returns a status code different from 200 the problem happens
It depends, if the error returned by the schema registry is something that will happen on the other nodes too, it should not retry, but in cases like this where...
/sem-approve
Hello @ElectricVampire, you cannot update credentials by having a custom IDictionary implementation. That is only read on client instance creation. You need to use ```c# client.SetSaslCredentials("username", "password"); ``` That can...
Also it's worth checking if you have OPENSSL_CONF or OPENSSL_MODULES env variable defined, or any other openssl env variable