-
Hi all, I'm not sure where to put this but I have a general question about the KafkaConnector that I'm struggling to understand. I'm experiencing that my tasks of the connector are showing as running but the consumer actually leaves the group so actually nothing gets done. For example I see this in my log:
I understand there is connectivity issues or maybe too much load but I don't get way this does not raise an error in the task. Is there any good documentation I can read that maybe can explain me this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The error says that your consumer (= Connect & Connector) is not polling often enough. But I do not know what the reason would be. |
Beta Was this translation helpful? Give feedback.
-
I guess the point here is that this is more dependent on the actual connectors and not the strimzi operations on the connectors. |
Beta Was this translation helpful? Give feedback.
I guess the point here is that this is more dependent on the actual connectors and not the strimzi operations on the connectors.
I'm still not sure if this is a point about all connectors or this individual connectors but I'll try to ask elsewhere.