Download
- Source: rocketmq-client-go-1.2.4-source-release.tar.gz [PGP] [SHA512]
Below is a summary of the issues addressed in the version 1.2.4 release of RocketMQ Client Go. For full documentation of the release, a guide to get started, please refer to Quick Start.
Improvement
- [ISSUE-222] - feat(producer): support lite producer to send message by sharding key.
- [ISSUE-225] - feat(consumer): add set max cachesize api to support simple flow-control.
- [ISSUE-261] - feat(transaction): add transaction producer message.
- [ISSUE-251] - delete useless GroupName and make subscribe method correct.