RocketMQ APIs - Protobuf definition for Apache RocketMQ

Clone this repo:
  1. 5c9f841 [ISSUE #92] Support ReconnectEndpointsCommand by lizhimins · 3 weeks ago main
  2. 9d0b6eb support ReconnectEndpointsCommand by maowei.ymw · 3 weeks ago
  3. 547bb18 support ReconnectEndpointsCommand by maowei.ymw · 3 weeks ago
  4. df8f85c Prepare release rocketmq-proto-2.0.4 (#89) by lizhimins · 8 months ago v2.0.4
  5. b07c7bd Modify default deploy maven repo to apache (#88) by lizhimins · 8 months ago

Overview

RocketMQ APIs use Protocol Buffers version 3 (proto3) as their Interface Definition Language (IDL) to define the API interface and the structure of the payload messages. Reading these definitions can understand RocketMQ 5.0 models and API behaviors easily.

Currently, Apache RocketMQ only supports these APIs over gRPC, a high-performance binary RPC protocol over HTTP/2. The implementation consists of two parts:

  • rocketmq: The main repo of Apache RocketMQ contains a proxy module that implements this specification in the server-side.
  • rocketmq-clients: A mono repo consists of polyglot clients that implement this specification in the client-side.