赞
踩
./kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list localhost:9092 --topic topic的名字 --time -2
./kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list localhost:9092 --topic topic的名字 --time -1
./kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic xxx --property print.key=true --partition 0 --offset 3637
./bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic <topic_name> --from-beginning --max-messages <num_messages>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。