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 1d7807b Finish the test for topic queue mapping clean serice
new 8b747f9 Try using the new style to handble get min offset
new 48db31b Finish the test for topicStats
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 | 145 ++++++--
.../broker/processor/ConsumerManageProcessor.java | 12 +-
.../broker/processor/PullMessageProcessor.java | 16 +-
.../broker/topic/TopicQueueMappingManager.java | 34 +-
.../header/GetTopicStatsInfoRequestHeader.java | 5 +-
.../apache/rocketmq/common/rpc/RequestBuilder.java | 16 +-
.../apache/rocketmq/common/rpc/RpcClientImpl.java | 1 +
.../rocketmq/common/rpc/RpcRequestHeader.java | 32 +-
.../apache/rocketmq/common/rpc/RpcResponse.java | 2 +-
.../common/rpc/TopicQueueRequestHeader.java | 14 +-
...eRequestHeader.java => TopicRequestHeader.java} | 22 +-
.../rocketmq/test/statictopic/StaticTopicIT.java | 405 ++++++---------------
12 files changed, 307 insertions(+), 397 deletions(-)
copy
common/src/main/java/org/apache/rocketmq/common/rpc/{TopicQueueRequestHeader.java
=> TopicRequestHeader.java} (71%)