Releases: meitu/go-consumergroup
Releases · meitu/go-consumergroup
v0.2.5
Compare
Sorry, something went wrong.
No results found
FIX: make lint error
v0.2.3: Merge pull request #35 from meitu/fix/rebalance_bug
Compare
Sorry, something went wrong.
No results found
fix rebalance bug, the consumer would be pending while the partition consumer failed to exit the claim function
supports GetOffsets/OnLoad/OnClose callback API
v0.2.2
Compare
Sorry, something went wrong.
No results found
Supports auto-reset the offset with oldest when the offset was out of range
Replace Join/Exit group API with Start/Stop
Replace inner logger with logrus, and adjust the log's format
Supports user-defined consumer id
0.2.1
Compare
Sorry, something went wrong.
No results found
Fix the partition offset with the message's offset instead of autoincrementing
The partition exited when encountering the recovered error
Enable return errors in consumer
Refactor consumer group
Compare
Sorry, something went wrong.
No results found
Refactor consumer group log message
Add more annotation
Refactor GetTopicNextMessageChannel => GetMessages, GetTopicErrorsChannel
=> GetErrors
Refactor consumer-group into topic-consumer and partition-consumer
init version
Compare
Sorry, something went wrong.
No results found
Merge pull request #8 from Huang-lin/master
FIX:sort consumer list to prevent data conflict