From ff20739cb5e02ad3e986033a96fdccfad7666afd Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 2 Nov 2021 15:57:39 +0000 Subject: [PATCH] update comments --- event/proto/event.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event/proto/event.proto b/event/proto/event.proto index 57109ef..5681328 100644 --- a/event/proto/event.proto +++ b/event/proto/event.proto @@ -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;