update comments

This commit is contained in:
Asim Aslam
2021-11-02 15:57:39 +00:00
parent 37c93e463a
commit ff20739cb5

View File

@@ -10,7 +10,7 @@ service Event {
rpc Subscribe(SubscribeRequest) returns (stream SubscribeResponse) {}
}
// Publish a message to the event. Specify a topic to group messages for a specific topic.
// Publish a message to the event stream.
message PublishRequest {
// The topic to publish to
string topic = 1;