Created
April 2, 2021 20:42
-
-
Save lloiacono/dae9009cd5b37e727035b37b6fd6557a to your computer and use it in GitHub Desktop.
Kafka retentio
This file contains 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-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