RocketMQ APIs - Protobuf definition for Apache RocketMQ

Clone this repo:
  1. 68c2cc9 Add suspend field to ChangeInvisibleDurationRequest for lite consume suspend (#104) by Quan · 2 weeks ago main v2.1.2
  2. a903378 Add lite_topic field to ChangeInvisibleDurationRequest for lite simple consumer (#103) by Quan · 4 weeks ago
  3. 11087ad Prepare release rocketmq-proto-2.1.1 (#102) by lizhimins · 9 weeks ago v2.1.1
  4. da7c0b2 [ISSUE #100] Priority Message Proto Definition (#101) by imzs · 9 weeks ago
  5. 2ba7150 [ISSUE #98] OffsetOption for SyncLiteSubscriptionRequest (#99) by Quan · 9 weeks 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.