Hi all, The Apache RocketMQ team would like to announce the release of Apache RocketMQ gRPC Java Client 5.0.6.
Apache RocketMQ clients 5.x series follow the specs of rocketmq-apis <https://github.com/apache/rocketmq-apis>;, and are built on top of Protocol Buffer and gRPC. The release artifacts can be downloaded here: https://dist.apache.org/repos/dist/release/rocketmq/rocketmq-clients/rocketmq-client-java/5.0.6/ The release notes can be found here: https://github.com/apache/rocketmq-clients/releases/tag/java-5.0.6 The maven can be found here: > <dependency> > <groupId>org.apache.rocketmq</groupId> > <artifactId>rocketmq-client-java</artifactId> > <version>5.0.6</version> > </dependency> > Thanks, The Apache RocketMQ Team