kafka的一些笔记 2019-08-22 本文已影响0人 Fathui kafka默认使用at-least-once消息传递模式,at-least-once模式下,同一批次获取N条数据,这N条数据处理完,继续获取下一批数据时,才会更新偏移量offset。 at-least-once