Skip to content

CPP-5.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@lizhanhui lizhanhui released this 26 Jul 08:32
· 491 commits to master since this release
8c21cbb

Release 5.0.0-beta of RocketMQ SDK for C/C++

RocketMQ SDK 5.x is designed and built following principles of cloud-native. rocketmq-apis defines a new collection of APIs, which specify how clients talk to servers in a language agnostic way.

By embracing gRPC ecological system, efforts of developing a new SDK are roughly aligned for different languages. The semantics of each API are guaranteed to be consistent across languages.

Features

  • Publish standard messages;
  • Publish scheduled messages;
  • Publish FIFO messages;
  • Classic message listener style of message subscription;
  • SimpleConsumer offers application developers maximum flexibility;
  • Intelligent load-balancing among consumers of the same group;
  • Integration of OpenTelemtry, providing industry-standard observability;