Skip to content

Commit 6286f2f

Browse files
docs: fix description of supported values for the compression.type property (#582)
1 parent 49f3b99 commit 6286f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kafka/topic-configuration-kafka/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ h|Kafka property name
401401
Compression type::
402402
+
403403
--
404-
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`.
404+
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.
405405

406406

407407
.Property attributes

0 commit comments

Comments
 (0)