mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
feat: support elasticsearch notification endpoint compression codec (#18562)
This commit is contained in:
@@ -262,6 +262,18 @@ var (
|
||||
Optional: true,
|
||||
Type: "sentence",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: target.KafkaCompressionCodec,
|
||||
Description: "specify compression_codec of the Kafka cluster",
|
||||
Optional: true,
|
||||
Type: "none|snappy|gzip|lz4|zstd",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: target.KafkaCompressionLevel,
|
||||
Description: "specify compression level of the Kafka cluster",
|
||||
Optional: true,
|
||||
Type: "number",
|
||||
},
|
||||
}
|
||||
|
||||
HelpMQTT = config.HelpKVS{
|
||||
|
||||
Reference in New Issue
Block a user