Skip to content

Commit 7931ca3

Browse files
chore(updater): bump pkg/dist/*.yml (2023-05-31) (#24)
1 parent 6fdb46c commit 7931ca3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/dist/integration_types.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,16 @@ kafka_mirrormaker:
384384
minimum: 5.24288e+06
385385
maximum: 1.34217728e+08
386386
example: "8388608"
387+
producer_compression_type:
388+
title: producer.compression.type
389+
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.
390+
type: string
391+
enum:
392+
- value: gzip
393+
- value: snappy
394+
- value: lz4
395+
- value: zstd
396+
- value: none
387397
producer_linger_ms:
388398
title: producer.linger.ms
389399
description: The linger time (ms) for waiting new data to arrive for publishing.

0 commit comments

Comments
 (0)