rocketmq-apis

RocketMQ APIs - Protobuf definition for Apache RocketMQ

APACHE-2.0 License

Stars
18
Committers
8

Bot releases are hidden (Show)

rocketmq-apis - Release 2.0.3 of java Latest Release

Published by aaron-ai over 1 year ago

See: v2.0.3

rocketmq-apis - Release of v2.0.3

Published by aaron-ai over 1 year ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-apis/compare/v2.0.2...v2.0.3

rocketmq-apis - Release 2.0.2 of java

Published by aaron-ai over 1 year ago

See: v2.0.2

rocketmq-apis - Release of v2.0.2

Published by aaron-ai almost 2 years ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-apis/compare/v2.0.1...v2.0.2

rocketmq-apis - Release 2.0.1 of java

Published by aaron-ai about 2 years ago

See: v2.0.1

rocketmq-apis - Release of v2.0.1

Published by aaron-ai about 2 years ago

What's Changed

Full Changelog: https://github.com/apache/rocketmq-apis/compare/v2.0...v2.1.0

rocketmq-apis - Release of v2.0

Published by aaron-ai over 2 years ago

Changelog:

  • Bi-directional stream API is used, allowing servers to issue
    diagnosing telemetry commands to clients;
  • Server side stream API is employed for receive message API, which
    mitigates costs of serialization/deserialization of large data chunks
  • Error codes are re-organized, roughly following HTTP semantics. Each
    code now has five digits, the first three of them complies HTTP status
    code; The rest two digits are used to specify each exact scenario.
  • A few concepts are renamed to follow RocketMQ 5.x terminologies.
rocketmq-apis - Release 2.0.0 of Java

Published by aaron-ai over 2 years ago

Release java generate code by gRPC and Protocol Buffer through the IDL. The version number will follow the version of corresponding IDL.

  • Adapt to the v2 protocol
  • Bump gRPC-java to 1.47.0
  • Bump protobuf to 3.21.1

See more from here.

rocketmq-apis - Release v2.0-alpha

Published by lizhanhui over 2 years ago

Changelog:

  1. Bi-directional stream API is used, allowing servers to issue
    diagnosing telemetry commands to clients;
  2. Server side stream API is employed for receive message API, which
    mitigates costs of serialization/deserialization of large data chunks
  3. Error codes are re-organized, roughly following HTTP semantics. Each
    code now has five digits, the first three of them complies HTTP status
    code; The rest two digits are used to specify each exact scenario.
  4. A few concepts are renamed to follow RocketMQ 5.x terminologies.
rocketmq-apis - Release of v1.0

Published by lizhanhui over 2 years ago

rocketmq-apis - Release v1.0-alpha1

Published by lizhanhui about 3 years ago

This is a preview release for community discussion.