Skip to content

Commit

Permalink
refactor: consume request with id
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 3, 2024
1 parent 6f30589 commit 9d7bd9b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 12 additions & 2 deletions proto/streams/streams.pb.go

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

4 changes: 3 additions & 1 deletion proto/streams/streams.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ message UnsubscribeRequest {
message UnsubscribeResponse {}

// consume request (stream Event response)
message ConsumeRequest {}
message ConsumeRequest {
string id = 1;
}

// ack request (no response)
message AckRequest {
Expand Down

0 comments on commit 9d7bd9b

Please sign in to comment.