Kafka mengatur waktu retensi untuk topik

#set retention time to forever with -1 value
./bin/kafka-topics --zookeeper zookeeper:2181 --alter --topic my-topic --config retention.ms=-1
Glorious Goat