Skip to content

Commit

Permalink
Changes following review
Browse files Browse the repository at this point in the history
Make queuename consistently item 1 in fetch/push request responses
  • Loading branch information
martinsumner committed Jul 15, 2021
1 parent fac7d55 commit e191351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/riak_kv.proto
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ message RpbPushReq{
}

message RpbPushResp{
required bool queue_exists = 1;
optional bytes queuename = 2;
optional bytes queuename = 1;
required bool queue_exists = 2;
optional uint32 foldq_length = 10;
optional uint32 fsync_length = 11;
optional uint32 realt_length = 12;
Expand Down

0 comments on commit e191351

Please sign in to comment.