yzhao244 commented on a change in pull request #434:
URL: 
https://github.com/apache/incubator-eventmesh/pull/434#discussion_r670977941



##########
File path: 
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/controller/ClientManageController.java
##########
@@ -57,6 +60,10 @@ public void start() throws IOException {
         server.createContext("/clientManage/redirectClientByPath", new 
RedirectClientByPathHandler(eventMeshTCPServer));
         server.createContext("/clientManage/redirectClientByIpPort", new 
RedirectClientByIpPortHandler(eventMeshTCPServer));
         server.createContext("/clientManage/showListenClientByTopic", new 
ShowListenClientByTopicHandler(eventMeshTCPServer));
+        
+        server.createContext("/schemaregistry/createSubject", new 
CreateSubjectHandler());

Review comment:
       fixed




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to