Skip to content

Commit

Permalink
Setting asn1 codec to use zstd compression by default
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Nov 5, 2024
1 parent b6c05cc commit f41b326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/adm.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/aem.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f41b326

Please sign in to comment.