Seweryn Habdank-Wojewodzki created KAFKA-5686:
-------------------------------------------------
Summary: Documentation inconsistency on the "Compression"
Key: KAFKA-5686
URL: https://issues.apache.org/jira/browse/KAFKA-5686
Project: Kafka
Issue Type: Bug
Components: documentation
Affects Versions: 0.11.0.0
Reporter: Seweryn Habdank-Wojewodzki
Priority: Minor
At the page:
https://kafka.apache.org/documentation/
There is a sentence:
_Kafka supports GZIP, Snappy and LZ4 compression protocols. More details on
compression can be found here. _
especially link under the word *here *is describing very old compression
settings, which is false in case of version 0.11.x.y.
JAVA API:
Also it would be nice to clearly state if *compression.type* uses only case
sensitive String as a value or if it is recommended to use e.g.
{{CompressionType.GZIP.name()}} for JAVA API.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)