Skip to content

Commit

Permalink
Merge pull request #486 from 3duard0/fix/describe_groups
Browse files Browse the repository at this point in the history
fix: describe_groups schema
  • Loading branch information
zmstone committed Jan 13, 2022
2 parents cd08945 + 84640d0 commit 6410360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brod_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ list_groups(Endpoint, ConnCfg) ->
describe_groups(CoordinatorEndpoint, ConnCfg, IDs) ->
with_conn([CoordinatorEndpoint], ConnCfg,
fun(Pid) ->
Req = kpro:make_request(describe_groups, 0, [{group_ids, IDs}]),
Req = kpro:make_request(describe_groups, 0, [{groups, IDs}]),
request_sync(Pid, Req)
end).

Expand Down

0 comments on commit 6410360

Please sign in to comment.