Skip to content

rocketmq-client-go-1.2.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ShannonDing ShannonDing released this 21 Sep 11:39

This release is for the Golang client of Apache RocketMQ. It is based on the kernel of the CPP client and uses cgo to encapsulate the API Implementation of C.
The current version provides the following functions:

  1. support orderly sending of messages by sharding key;
  2. create some simply demos;
  3. deprecate pull consuming model;