Skip to content

Commit

Permalink
update broker api
Browse files Browse the repository at this point in the history
  • Loading branch information
wenweihu86 committed Jun 24, 2017
1 parent 7f3c8cb commit 3d12a35
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 157 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ message PullMessageRequest {
string topic = 1;
int32 queue = 2;
int64 offset = 3;
string consumer_group = 4;
int32 message_count = 5;
int32 message_count = 4;
}

message PullMessageResponse {
Expand Down

0 comments on commit 3d12a35

Please sign in to comment.