jet / kafunk

Kafunk: F# Kafka client
https://jet.github.io/kafunk/
Other
160 stars 63 forks source link

Consumers no longer crash if no partitions assigned #192

Closed egracer closed 6 years ago

egracer commented 6 years ago

Fixes #186. This allows consumers to join the group and await partition assignment, for faster partition reassignment if another consumer fails.