Skip to content

Commit

Permalink
Api Version revert max to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasanthV454 committed Jan 2, 2023
1 parent 975b407 commit f202256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdkafka_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,7 @@ rd_kafka_AlterConfigsRequest(rd_kafka_broker_t *rkb,
}

ApiVersion = rd_kafka_broker_ApiVersion_supported(
rkb, RD_KAFKAP_AlterConfigs, 0, 1, NULL);
rkb, RD_KAFKAP_AlterConfigs, 0, 0, NULL);
if (ApiVersion == -1) {
rd_snprintf(errstr, errstr_size,
"AlterConfigs (KIP-133) not supported "
Expand Down

0 comments on commit f202256

Please sign in to comment.