ksdvishnukumar

Results 6 issues of ksdvishnukumar

Description =========== Hello, Im working on implementing kafka consumer and observed that the consumer caused high CPU utilization when multiple consumer application from different group is trying to read the...

Description =========== I have a case where the consumer hangs indefinitely almost 10 Minutes, and I cannot figure out why. I use Confluent Kafka to connect to Eventhub. I have...

Description =========== Consumer is refetching the same message again which causes the Outgoing messages is more in Eventhub metrics. I have a C# Consumer where am pulling the message and...

Description =========== I came across the below scenario in one of environment. I have a Topic (EventHub) with 3 partitions. I spanned up 3 consumers ideally each consumer should be...

Description =========== I have a application which is built on DotNetCore 6.0. We have a wrapper around the Confluent Kafka Package (2.1.1). We have logic to consumer the message as...

Description =========== I have a C# application which uses the Confluent kafka package to read the message from Azure Eventhub. I have the below major setting from the Confluent Kafka...