Kafka - Topics and Partitions
Given the command:
What will be the effect on the topic
kafka-topics.sh --alter --topic logs --config retention.ms=60000 --bootstrap-server localhost:9092What will be the effect on the topic
logs?