Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created April 2, 2021 20:42
Show Gist options
  • Save lloiacono/dae9009cd5b37e727035b37b6fd6557a to your computer and use it in GitHub Desktop.
Save lloiacono/dae9009cd5b37e727035b37b6fd6557a to your computer and use it in GitHub Desktop.
Kafka retentio
kafka-configs --alter --bootstrap-server localhost:9092 --entity-type topics --entity-name my-input-topic --add-config retention.ms=5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment