This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a change to branch TUBEMQ-421
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git.
from eee5615 [TUBEMQ-488] reorg topic operation including batch delete /
query / modify
new fdf4503 [TUBEMQ-465] add new feature - copy offset from one group to
another
new a65b291 [TUBEMQ-465] add comment
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:
.../manager/controller/node/request/BaseReq.java | 3 ++
.../{CloneTopicReq.java => CloneOffsetReq.java} | 11 +++----
.../controller/topic/TopicWebController.java | 21 ++++++++++++
.../apache/tubemq/manager/service/NodeService.java | 32 +++++++++++++++++++
.../service/tube/TubeHttpTopicInfoList.java | 26 ++++++++++++---
.../apache/tubemq/manager/utils/ConvertUtils.java | 37 ++++++++++++++--------
6 files changed, 106 insertions(+), 24 deletions(-)
copy
tubemq-manager/src/main/java/org/apache/tubemq/manager/controller/node/request/{CloneTopicReq.java
=> CloneOffsetReq.java} (81%)