can we set retention period of kafka topic for 1 years code example
Example: kafka set retention time for topic
#set retention time to forever with -1 value
./bin/kafka-topics --zookeeper zookeeper:2181 --alter --topic my-topic --config retention.ms=-1