【kafka】kafka UnknownProducerIdException raised broker locate producer metadata producerId

【kafka】kafka UnknownProducerIdException raised broker locate producer metadata producerId,第1张

【kafka】kafka UnknownProducerIdException raised broker locate producer metadata producerId

文章目录
  • 1.概述

1.概述

kafka两阶段提交时候遇到这个错误,是因为kafka数据回滚元数据丢失导致的么?

错误信息如下:

This exception is raised by the broker if it could not locate the producer metadata associated with the producerId in question. This could happen if, for instance, the producer's records were deleted because their retention time had elapsed. once the last records of the producerId are removed, the producer's metadata is removed from the broker, and future appends by the producer will return this exception.

报错异常栈如下

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/zaji/5684777.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-12-17
下一篇2022-12-17

发表评论

登录后才能评论

评论列表(0条)

    保存