commit | 332f2c541251f53d3164bd485c43d020b451b4bd | [log] [tgz] |
---|---|---|
author | lizhimins <707364882@qq.com> | Tue Oct 14 19:15:31 2025 +0800 |
committer | lizhimins <707364882@qq.com> | Tue Oct 14 19:15:31 2025 +0800 |
tree | f5666b567aeaabb27d423e838b27ca8e8dc13d3d | |
parent | 5c9f84199bffa79b2ed73beb37774ca92e749c19 [diff] |
build(bazel): Compile using the specified versions of GCC and G++ Change-Id: I906eee7be5ad3804163b606b3fec702c09b0e003
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:
proxy
module that implements this specification in the server-side.