Spring Kafka Enable.auto.commit
Spring Kafka Enable.auto.commit . By setting auto.commit.offset=false ( tutorial ), offsets will only be committed when the application explicitly chooses to do so. Implement your kafka listener class with consumeraware. 物联网架构成长之路(49)SpringBoot集成KafKa中间件 无脑仔的小明 博客园 from www.cnblogs.com By setting auto.commit.offset=false ( tutorial ), offsets will only be committed when the application explicitly chooses to do so. If set to false, the binder will rely on the topics being already configured. Kafka.topics= bootstrap.servers= group.id= enable.auto.commit= auto.commit.interval.ms= session.timeout.ms= schema.registry.url= auto.offset.reset= kafka.enabled= here is the config: