Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2023-05-31) (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 31, 2023
1 parent 6fdb46c commit 7931ca3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7931ca3

Please sign in to comment.