confluentinc / confluent-kafka-dotnet

Confluent's Apache Kafka .NET client
https://github.com/confluentinc/confluent-kafka-dotnet/wiki
Apache License 2.0
77 stars 866 forks source link

Consuming application crash. #269

Closed eyantiful closed 7 years ago

eyantiful commented 7 years ago

Description

dump-anlz.txt

Hi, We have applications which consuming Kafka topic crashing. From the dump excerpt attached we see stack overrun exception. We haven't been able to find any previous issues in rdKafka with this issue.

How to reproduce

We dont currently have reproduction. It crashes occasionally.

Checklist

Please provide the following information:

mhowlett commented 7 years ago

try using the latest version of the client (0.11.0-RC3) and see if the problem persists. I don't recognise it explicitly, but we've made a number of changes that may be related.

treziac commented 7 years ago

If the problem persists (I assume you call some methods after having diposed the client), can you provide some code?