You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/07/13 18:31:56 UTC

[GitHub] [incubator-eventmesh] yzhao244 edited a comment on pull request #434: OpenSchema integration with EventMesh

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: dev-unsubscribe@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org