Skip to content

Commit

Permalink
update: subscriber proto to support multiple topics
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeram77 committed Apr 15, 2023
1 parent 7837bd7 commit 0a01dd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions subscriber/subscriber.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subscriber/subscriber.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service Subscriber {
}

message Topic {
string topic = 1;
repeated string topic = 1;
}

message REvent {
Expand Down
2 changes: 1 addition & 1 deletion subscriber/subscriber_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a01dd3

Please sign in to comment.