eran

Results 8 comments of eran

I investigated a memory leak, I decided that the best approach for me is to create other implementation of the service scope eliminating this kind of leaks in the first...

I think the scope is not disposed also a case of duplicate activation.

@ReubenBond, I read the code, I am trying to understand what can affect failing to create the state due to duplicate activation. As I understand from the code fail to...

Hi, Great job, it looks great! It will take me a few days to go through it because I need to install Kafka Version 0.9 I'll keep you posted, Eran

I want to clarify that this library is an implementation of the simple Kafka consumer and not the high level one - this mean it does not handle consumer failures...

hi , I will be happy if you could try to reproduce your result with the following code: ``` C# public async Task ConsumersAcrossMulti() { int id = 0; string...

Hi @Hmckee-navinet , Thanks for opening this issue. I've checked, and when using the `Consumer` class the issue is reproduced - consuming stops working pretty fast when I stop the...

Hi @Hmckee-navinet , We add a fix, and would like to know if this solves your problem.