chia7712 commented on code in PR #20952:
URL: https://github.com/apache/kafka/pull/20952#discussion_r2550562379
##########
tools/src/main/java/org/apache/kafka/tools/ConsoleProducer.java:
##########
@@ -335,6 +341,10 @@ void checkArgs() {
readerPropertyOpt = propertyOpt;
}
+ if (options.has(maxPartitionMemoryBytesOpt)) {
+ System.out.println("Warning: --max-partition-memory-bytes is
deprecated and will be removed in a future version. Use --batch-size instead.");
Review Comment:
Could you use `5.0` instead of `major`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]