jinrongluo commented on issue #346:
URL:
https://github.com/apache/incubator-eventmesh/issues/346#issuecomment-842351194
hi @qqeasonchen I discuss this a little bit on another issue #349
The Topic mgmt REST API looks similar to the following. But the challenging
is that the event_store layer, (i.e. RockeMQ) is not offering Topic
creation/deletion API programmatically.
```
// create one topic
POST /rest/topics
{
"name": "mytopic1"
}
// delete one topic
DELETE /rest/topics/{name}
// List all topics
GET /rest/topics
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]