auto.offset.reset解释

本文介绍了在Kafka中使用自动偏移重置策略的两种方式:smallest 和 largest。当消费者首次启动时,如果没有初始偏移量或者偏移量超出范围,可以设置 smallest 从头开始消费消息,或设置 largest 从最新的消息开始消费。通常推荐使用 smallest 策略。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

[plain] view plain copy
auto.offset.reset   largest   
  
What to do when there is no initial offset in ZooKeeper or if an offset is out of range:  
* smallest : automatically reset the offset to the smallest offset  
* largest : automatically reset the offset to the largest offset  
* anything else: throw exception to the consumer  

当不同group中,如果consumer第一次启动时候,在zookeeper中没有初始的offset(读取的offset,不是logfile 的offset),或者offset过大,那么设置

[plain] view plain copy
smallest和largest才有效,如果smallest重新0开始读取,如果是largest从logfile的offset读取。一般情况下我们都是设置smallest  

当不同group中,如果consumer第一次启动时候,在zookeeper中没有初始的offset(读取的offset,不是logfile 的offset),或者offset过大,那么设置

smallest和largest才有效,如果smallest重新0开始读取,如果是largest从logfile的offset读取。一般情况下我们都是设置smallest  

 

转载于:https://my.oschina.net/sniperLi/blog/811795

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值