This commit is contained in:
Asim Aslam
2021-11-02 14:50:48 +00:00
parent ee33bd2579
commit 455bcf0e5d
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ service Mq {
}
// Publish a message. Specify a topic to group messages for a specific topic.
message PublishReque st {
message PublishRequest {
// The topic to publish to
string topic = 1;
// The json message to publish