Skip to content

Commit

Permalink
docs: fix description of supported values for the compression.type pr…
Browse files Browse the repository at this point in the history
…operty (#582)
  • Loading branch information
jbyrne-redhat authored Sep 2, 2022
1 parent 49f3b99 commit 6286f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kafka/topic-configuration-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ h|Kafka property name
Compression type::
+
--
Compression type determines the final compression for the topic. The standard compression types are `gzip`, `snappy`, `lz4`, and `zstd`. Additional compression types include `Uncompressed`, which does not compress the topic, and `Producer`, which retains the original compression type set by the producer. By default, the compression type is set to `Producer`.
Compression type determines the final compression for the topic. The only supported value for this property is `Producer`, which retains the original compression type set by the producer.


.Property attributes
Expand Down

0 comments on commit 6286f2f

Please sign in to comment.