简体   繁体   English

Kafka 消费者停止从第三方系统消费主题

[英]Kafka consumer stopped consuming topics from third party system

My consumers stopped consuming topics from a third party system.我的消费者停止使用来自第三方系统的主题。 But They work with internal topics.但他们处理内部主题。 The topics from the third party system appear in the kafka web view, but are not consumed.来自第三方系统的主题出现在 kafka web 视图中,但不被消费。

Skipping fetch for partition because previous request to some-cluster has not been processed跳过获取分区,因为尚未处理对某个集群的先前请求

I did some research and increased the heartbeat and max-poll-records, without success.我做了一些研究并增加了心跳和最大轮询记录,但没有成功。 See: Kafka consumer does not fetch new records when using topic pattern and large messages and Kafka Consumer stopped consuming messages from topic.请参阅: Kafka 消费者在使用主题模式和大消息时不获取新记录,并且Kafka 消费者停止消费来自主题的消息。 We are using SmallRye Reactive Messaging connector to fetch records 我们正在使用 SmallRye Reactive Messaging 连接器来获取记录

How can I further debug or fix this problem如何进一步调试或修复此问题

How can I further debug this problem?如何进一步调试此问题?

I would take a look at the lowest level, ie network connectivity provided by org.apache.kafka.clients.NetworkClient .我会看一下最低级别,即org.apache.kafka.clients.NetworkClient提供的网络连接。 Logging that on trace level is going to show you outbound requests and received responses (or the timeouts received).在跟踪级别记录将向您显示出站请求和收到的响应(或收到的超时)。 This should help you identify whether it's something on your side or some kind of backend mis-configuration.这应该可以帮助您确定它是在您身边还是某种后端错误配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM