From 7931ca394c36b87c8be03f6eba3d99a47a652367 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 12:07:45 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2023-05-31) (#24) --- pkg/dist/integration_types.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkg/dist/integration_types.yml b/pkg/dist/integration_types.yml index 4c4eda6..1c1e59d 100644 --- a/pkg/dist/integration_types.yml +++ b/pkg/dist/integration_types.yml @@ -384,6 +384,16 @@ kafka_mirrormaker: minimum: 5.24288e+06 maximum: 1.34217728e+08 example: "8388608" + producer_compression_type: + title: producer.compression.type + description: Specify the default compression type for producers. This configuration accepts the standard compression codecs ('gzip', 'snappy', 'lz4', 'zstd'). It additionally accepts 'none' which is the default and equivalent to no compression. + type: string + enum: + - value: gzip + - value: snappy + - value: lz4 + - value: zstd + - value: none producer_linger_ms: title: producer.linger.ms description: The linger time (ms) for waiting new data to arrive for publishing.