EMsnap commented on a change in pull request #378:
URL: https://github.com/apache/incubator-tubemq/pull/378#discussion_r551866035
##########
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:
done
----------------------------------------------------------------
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:
[email protected]