yzhao244 commented on pull request #434:
URL: 
https://github.com/apache/incubator-eventmesh/pull/434#issuecomment-879284420


   - POST http://localhost:10106/schemaregistry/createSubject
   The following is the payload of creating a new subject 
   ```
   {
        "subject": "test-topic",
        "namespace": "org.apache.rocketmq",
        "tenant": "messaging/rocketmq",
        "app": "rocketmq",
        "description": "rocketmq user information",
        "compatibility": "NONE",
        "status": "deprecated"
   }
   ```
   - GET 
http://localhost:10106/schemaregistry/readSubjectByName?subject=test-topic
   - GET http://localhost:10106/schemaregistry/showAllSubjectNames
   
   


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