From f41b32696ec2688d9eca3c284955ec9911c7692b Mon Sep 17 00:00:00 2001 From: John-Wiens Date: Tue, 5 Nov 2024 09:48:22 -0700 Subject: [PATCH] Setting asn1 codec to use zstd compression by default --- config/adm.properties | 4 ++-- config/aem.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/adm.properties b/config/adm.properties index 90637d7e..c022d5f0 100644 --- a/config/adm.properties +++ b/config/adm.properties @@ -26,8 +26,8 @@ max.partition.fetch.bytes=20971520 # The host ip address for the Broker. # metadata.broker.list=localhost:9092 -# specify the compression codec for all data generated: none, gzip, snappy, lz4 -compression.type=none +# specify the compression codec for all data generated: none, gzip, snappy, lz4, zstd +compression.type=zstd # after offset reset, start consuming from the earliest offset auto.offset.reset=smallest diff --git a/config/aem.properties b/config/aem.properties index 385fca89..db5ad6af 100644 --- a/config/aem.properties +++ b/config/aem.properties @@ -26,8 +26,8 @@ max.partition.fetch.bytes=20971520 # The host ip address for the Broker. # metadata.broker.list=localhost:9092 -# specify the compression codec for all data generated: none, gzip, snappy, lz4 -compression.type=none +# specify the compression codec for all data generated: none, gzip, snappy, lz4, zstd +compression.type=zstd # after offset reset, start consuming from the earliest offset auto.offset.reset=smallest