Anchit Jain
Anchit Jain
Thank you, @RickTalken, for your contribution. I have added the changelog entry. @pranavrth and @emasab, could you please review this PR? We need to add support for parsing multilevel references...
Verified through integration tests.
Can you provide more info? Any logs at the SR server side?
I'm not able to reproduce this. I tried a [sample application](https://github.com/confluentinc/confluent-kafka-dotnet/tree/master/test/Confluent.Kafka.Benchmark) with dotnet 7.0 and Kafka 3.2.1 which is working fine. Can you provide sample code in which you faced...
I again retried reproducing this with .NET 8 but unable to do so on Mac and Linux. Can anyone confirm with which OS is System.AccessViolationException occurring?
@mshahins This should not be considered as a fatal error. One the subsequent `Consume()` call the consumer will join the group and will resume the consumption. @Plotso Can you provide...
Completed the tags parsing in the PR https://github.com/confluentinc/librdkafka/pull/4668
Hi, We are working on the KIP-714 which should be available in the next release. With that you can directly export the metrics from the broker to prometheus using OpenTelemetry...
> Thanks Anchit, please add this to CHANGELOG > > ``` > # 2.4.0 > > ## Enhancements > > - References librdkafka.redist 2.4.0. Refer to the [librdkafka v2.4.0 release...
Hi @RohitPatil-Maersk, Can you please provide a sample message and the code you were trying to run which encountered this issue?