You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/06/30 02:37:56 UTC

[rocketmq-apis] annotated tag v2.0-alpha updated (0d352db -> a7efe3b)

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a change to annotated tag v2.0-alpha
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git


*** WARNING: tag v2.0-alpha was modified! ***

    from 0d352db  (commit)
      to a7efe3b  (tag)
 tagging 0d352dbc5a524176326775e43da39b908ab5c91f (commit)
 replaces v1.0
      by Li Zhanhui
      on Thu Jun 30 10:27:42 2022 +0800

- Log -----------------------------------------------------------------
Release v2.0-alpha

Comparing to v1.0, a few changes are introduced:

1. Bi-directional stream API is used, allowing server 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 code are re-organized, roughly following HTTP semantics. Each
   code now has five digits, 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.
-----------------------------------------------------------------------


No new revisions were added by this update.

Summary of changes: