Skip to content

Commit

Permalink
Max allowed number of groups per node
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Dec 2, 2022
1 parent 6a484c4 commit 27aa1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdkafka_admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -5713,7 +5713,7 @@ rd_kafka_ListConsumerGroupsResponse_parse(rd_kafka_op_t *rko_req,
nodeid, rd_kafka_err2str(error_code));
}

rd_kafka_buf_read_arraycnt(reply, &cnt, -1);
rd_kafka_buf_read_arraycnt(reply, &cnt, 100000);
rd_list_init(&valid, cnt, rd_kafka_ConsumerGroupListing_free);
rd_list_init(&errors, 1, rd_free);
if (error)
Expand Down

0 comments on commit 27aa1d0

Please sign in to comment.