You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by GitBox <gi...@apache.org> on 2021/01/05 10:46:04 UTC

[GitHub] [incubator-tubemq] yuanboliu commented on a change in pull request #378: [TUBEMQ-465] add new feature - copy offset from one group to another

yuanboliu commented on a change in pull request #378:
URL: https://github.com/apache/incubator-tubemq/pull/378#discussion_r551850390



##########
File path: tubemq-manager/src/main/java/org/apache/tubemq/manager/controller/topic/TopicWebController.java
##########
@@ -155,11 +156,31 @@ public TubeMQResult cloneTopic(@RequestBody CloneTopicReq req) throws Exception
      * @return
      * @throws Exception
      */
+    @PostMapping("/query/config")
     public @ResponseBody String queryTopicConfig(
         @RequestParam Map<String, String> req) throws Exception {
         String url = masterUtils.getQueryUrl(req);
         return queryMaster(url);
     }
 
 
+    /**
+     *

Review comment:
       add some comments here




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org