ijuma commented on code in PR #10826:
URL: https://github.com/apache/kafka/pull/10826#discussion_r850515974
##########
clients/src/main/java/org/apache/kafka/common/compress/KafkaLZ4BlockOutputStream.java:
##########
@@ -41,6 +41,10 @@ public final class KafkaLZ4BlockOutputStream extends
OutputStream {
public static final String CLOSED_STREAM = "The stream is already closed";
+ public static final int MIN_COMPRESSION_LEVEL = 1;
Review Comment:
The kafka naming convention would be `Lz4OutputStream`.
--
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]