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

dongeforever pushed a change to branch 5.0.0-alpha-static-topic
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 32f58c7  Polish the topic queue mapping context, and process the 
conext for ConsumerManager
     new 311d5f4  Try to abstract the rpc layer for BrokerOuterAPI
     new 8d49c16  Polish the rpc usage for PullProcessor

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/rocketmq/broker/out/BrokerOuterAPI.java | 109 ++++++++++++++++++---
 .../broker/processor/AdminBrokerProcessor.java     |  33 +++++++
 .../broker/processor/PullMessageProcessor.java     |  24 ++---
 .../protocol/header/SearchOffsetRequestHeader.java |   8 +-
 .../SerializeType.java => RpcRequest.java}         |  33 +++----
 .../org/apache/rocketmq/remoting/RpcResponse.java  |  33 +++++--
 .../remoting/protocol/RemotingCommand.java         |  41 ++++++--
 7 files changed, 221 insertions(+), 60 deletions(-)
 copy 
remoting/src/main/java/org/apache/rocketmq/remoting/{protocol/SerializeType.java
 => RpcRequest.java} (65%)
 copy 
client/src/main/java/org/apache/rocketmq/client/exception/MQRedirectException.java
 => remoting/src/main/java/org/apache/rocketmq/remoting/RpcResponse.java (58%)

Reply via email to