Skip to content

Commit

Permalink
refactor: streams
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 13, 2024
1 parent ea4cd77 commit 46e37e4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 52 deletions.
87 changes: 39 additions & 48 deletions proto/streams/streams.pb.go

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

7 changes: 3 additions & 4 deletions proto/streams/streams.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ message SubscribeRequest {
string id = 1;
string group = 2;
string topic = 3;
bool auto_ack = 4;
int64 ack_wait = 5;
int64 retry_limit = 6;
int64 offset = 7;
int64 ack_wait = 4;
int64 retry_limit = 5;
int64 offset = 6;
}

message SubscribeResponse {}
Expand Down

0 comments on commit 46e37e4

Please sign in to comment.