命令行重置kafka消费最新数据 —— 筑梦之路

kafka消费能力不足,消息积压太多,现需要重置消费,使其消费最新的数据

kafka-consumer-groups.sh --bootstrap-server localhost:9092 --group test_topic_group1 --reset-offsets --topic test_topic --to-latest --execute

Kafka 数据积压及日志存储和清理

你可能感兴趣的:(Java技术,大数据,缓存技术,kafka,分布式)