Conversation
c382986 to
208ebf2
Compare
|
@dim - What's the current status and timeline on this - are there open areas for PR/contributions? I'm encountering issues with shutdown race conditions inside the sarama-cluster Close methods, and the other issue report indicated it won't be fixed in the as-is code pending this rewrite? |
|
@steve-gray sorry was travelling, I will resume work on the IBM/sarama#1099 PR this week |
|
@dim - No worries - if there's anything to help with, I'm reasonably open to throwing time at it. In the meantime, I've mitigated the shutdown lockups/memory leaks with a drain routine I call in a goroutine immediately before stopping the consumer, forcing it to drain out completely - probably need something like this in the mainline - as I can't imagine there's a use case for Stop() that isn't going to need to deal with this manually: |
|
Closing in favour of #256 |
No description provided.