yzhao244 edited a comment 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
   
   As shown above, the above APIs are not very closely following best practice 
of REST APIs. Therefore, I have proposed in the issue #339 to restify the 
EventMesh Schema Registry APIs by adding a new module. 


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