Skip to content

Release of v2.0

Compare
Choose a tag to compare
@aaron-ai aaron-ai released this 15 Jul 14:41
· 20 commits to main since this release

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.