Created
June 8, 2021 12:23
-
-
Save sarjsheff/bf6d54fa944efd322c01acbc3b26bc9d to your computer and use it in GitHub Desktop.
kafka key compaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kafka-topics.sh --bootstrap-server localhost:9092 --create --topic testunique --config cleanup.policy=compact --config max.compaction.lag.ms=60000 --config min.cleanable.dirty.ratio=0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment