Skip to content

Commit

Permalink
Update parallel-consumer-core/src/main/java/io/confluent/parallelcons…
Browse files Browse the repository at this point in the history
…umer/ParallelConsumerOptions.java

Co-authored-by: Roman Kolesnev <[email protected]>
  • Loading branch information
Ehud-Lev-Forter and rkolesnev authored May 27, 2023
1 parent a867341 commit 77de211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ private void validateMinBatchParameters() {
if (isEnforceMinBatch()){
if (minBatchSize > batchSize)
throw new IllegalArgumentException(
msg("minBatchSize can not by bigger than batchSize: {} > {}",
msg("minBatchSize cannot be bigger than batchSize: {} > {}",
minBatchSize,
batchSize));
}
Expand Down

0 comments on commit 77de211

Please sign in to comment.