Skip to content

Commit

Permalink
[DOCS] Warn about compression and Azure Event Hub for Kafka (#21578) (#…
Browse files Browse the repository at this point in the history
…22199)

Co-authored-by: Luca Belluccini <luca.belluccini@elastic.co>
  • Loading branch information
bmorelli25 and lucabelluccini authored Nov 2, 2020
1 parent b1d0a36 commit 0c49896
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libbeat/outputs/kafka/docs/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ The keep-alive period for an active network connection. If 0s, keep-alives are d

Sets the output compression codec. Must be one of `none`, `snappy`, `lz4` and `gzip`. The default is `gzip`.

[IMPORTANT]
.Known issue with Azure Event Hub for Kafka
====
When targeting Azure Event Hub for Kafka, set `compression` to `none` as the provided codecs are not supported.
====

===== `compression_level`

Sets the compression level used by gzip. Setting this value to 0 disables compression.
Expand Down

0 comments on commit 0c49896

Please sign in to comment.