Skip to content

Instantly share code, notes, and snippets.

@sarjsheff
Created June 8, 2021 12:23
Show Gist options
  • Save sarjsheff/bf6d54fa944efd322c01acbc3b26bc9d to your computer and use it in GitHub Desktop.
Save sarjsheff/bf6d54fa944efd322c01acbc3b26bc9d to your computer and use it in GitHub Desktop.
kafka key compaction
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