Skip to content

Commit

Permalink
MINOR: Fix transactionPartitionVerificationEnable return type (#17476)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
clarkwtc authored Oct 13, 2024
1 parent a880c84 commit 4529cc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public int producerIdExpirationCheckIntervalMs() {
}

// This is a broker dynamic config used for DynamicProducerStateManagerConfig
public Boolean transactionPartitionVerificationEnable() {
public boolean transactionPartitionVerificationEnable() {
return config.getBoolean(TRANSACTION_PARTITION_VERIFICATION_ENABLE_CONFIG);
}

Expand Down

0 comments on commit 4529cc4

Please sign in to comment.