kafka指定topic设置消息留存时间背景执行命令
背景单个主题消息量庞大,需要指定这个主题的消息留存时间缩小点执行命令./bin/kafka-configs.sh --bootstrap-server node1:9092 --entity-type topics --entity-name gaofengTest --alter --add-config retention.ms=259200000修改完等几分钟,这个主题的消息量就下来了...