Anchit Jain

Results 54 comments of Anchit Jain

Hi @3schwartz, I tried to dig into the issue here and it seems you are trying to use `MemberId` operation within the logHandler which is freezing the thread. This is...

Hi @r-matthew-cline, Thanks for the report. I tried reproducing this with the latest client version (1.9.3), and Kafka with KRaft but I don't see any blocking of the consumer with...

@DobrovAlexey @GhostCakeMaker I tried with a simple consumer application having StatisticsIntervalMs config present but didn't observe any memory leak even when I left it running for about a day or...

Closing, as the suggested changes are merged.

@CwPiyush I tried to reproduce the issue locally on my system with 25M messages having headers, partition count= 36, and replication factor = 3 with the [Benchmark](https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/test/Confluent.Kafka.Benchmark/Program.cs) test and didn't...

@ZakChar @Khazuar I tried reproducing this with a sample consumer using the scenarios you described above, but wasn't able to reproduce this error with the latest version(1.9.3). Do you have...

Closing the issue as the example has been fixed now.

~~@lakshmisivareddy Is this still an issue. Can you try passing the location of your CA in the `SslCaLocation` in the config?~~ I see from above comments that you are passing...

@lakshmisivareddy @tittoto Can any of you confirm if this is still an issue? With the latest release 1.9.3 I am unable to reproduce this issue. Following is the config I...

Tests passing in the PR - https://github.com/confluentinc/confluent-kafka-python/pull/1542