Set topic retention kafka

Set 7-day retention on a topic

kafka-configs.sh --bootstrap-server kafka:9092 --alter --entity-type topics --entity-name my-topic --add-config retention.ms=604800000
more kafka all 20 commands →