思考

今天突然想起一个问题,Kafka的消费offset在程序重启后,是接着上次消费的地方继续消费的,那auto.offset.reset 这个参数到底是什么意思呢??

分析

Kafka auto.offset.reset

总结

只有当group 找不到合法的offset,才会启用auto.offset.reset

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-05-29
  • 2021-06-09
  • 2021-07-14
  • 2021-06-04
猜你喜欢
  • 2022-02-19
  • 2021-10-18
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案