0
点赞
收藏
分享

微信扫一扫

记一次spark-sql数据倾斜解决方案

杰森wang 2024-01-10 阅读 16

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

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

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

举报

相关推荐

0 条评论