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 17:52:58 UTC

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

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