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 085f239  Polish newline for doc
     new ae7b675  Finish the logic for RETRY message of logic queue
     new fad17e1  Finish the logic for double-read-check

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:
 .../broker/processor/AdminBrokerProcessor.java     |   1 +
 .../broker/processor/ConsumerManageProcessor.java  |  85 +++++++++++++-
 .../broker/processor/SendMessageProcessor.java     |   8 ++
 .../broker/topic/TopicQueueMappingManager.java     |   3 +-
 .../consumer/store/RemoteBrokerOffsetStore.java    |   6 +-
 .../client/exception/OffsetNotFoundException.java  |  15 +++
 .../rocketmq/client/impl/MQClientAPIImpl.java      |   5 +-
 .../impl/consumer/DefaultMQPushConsumerImpl.java   |  56 ++++-----
 .../client/impl/consumer/RebalancePushImpl.java    |   1 +
 .../apache/rocketmq/common/rpc/RpcClientImpl.java  |  29 +++++
 ..._Topic_Logic_Queue_\350\256\276\350\256\241.md" |   8 +-
 .../apache/rocketmq/test/smoke/StaticTopicIT.java  | 128 +++++++++++++++++----
 12 files changed, 278 insertions(+), 67 deletions(-)
 create mode 100644 
client/src/main/java/org/apache/rocketmq/client/exception/OffsetNotFoundException.java

Reply via email to