admin管理员组文章数量:1310392
App Info: Java 17 / Kafka Streams 3.4.0
I got this error in my logs:
2025-02-02 20:35:15.685 .apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler [ERROR] - [Consumer clientId=topic-cg-002417fe-5ce2-4bbc-ad2a-ed3ac0a4901c-StreamThread-4-consumer, groupId=topic-cg] Offset commit failed on partition topic-21 at offset 409115: The coordinator is not aware of this member.
I want to write a handler to catch these kind of errors and post the exception message, which is
Offset commit failed on partition topic-21 at offset 409115: The coordinator is not aware of this member
, to Dynatrace.
Question is not about posting to Dynatrace -- I have this figured out. But what's the best way to implement a handler for this? I was reading / and I don't think this is right for my usecase.
本文标签: Catching Kafka Streams ExceptionsStack Overflow
版权声明:本文标题:Catching Kafka Streams Exceptions - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741800015a2398164.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论