You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rare, I run into the following panic. I don't know how to preproduce this issue. It seems like a race condition. I use the latest build of sarama and go1.4.2. I will continue to reproduce the issue on my side.
Hi eapache,
I am using SHA d779673. Look like the latest one is b61c4fb in master branch, probably this issue has been fixed.
BTW, I don't see the consumer group is supported for now, do we ? What I woud like to do is creating multiple goroutines in one consumer group to consume a bunch of partitions.
Yes, this was fixed in 8f3630c which is a handful of commits ahead of d779673. Upgrading to v1.3.0 or to the latest master will be sufficient.
Sarama does not support consumer groups at the moment (though it is planned eventually). For now, https://github.com/wvanbergen/kafka provides a consumergroup library built on top of Sarama that you can use.
In rare, I run into the following panic. I don't know how to preproduce this issue. It seems like a race condition. I use the latest build of sarama and go1.4.2. I will continue to reproduce the issue on my side.
The text was updated successfully, but these errors were encountered: