You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: logstash-6.7.0, kafka 2.2.0
Operating System: CentOS Linux 7
When deleting a topic from Kafka that is known to Logstash, the following errors are thrown:
[2019-04-29T14:53:18,886][WARN ][org.apache.kafka.clients.consumer.internals.Fetcher] [Consumer clientId=logstash-0, groupId=logstash] Received unknown topic or partition error in fetch for partition <TOPIC>
[2019-04-29T14:53:18,890][ERROR][org.apache.kafka.clients.consumer.internals.ConsumerCoordinator] [Consumer clientId=logstash-0, groupId=logstash] Offset commit failed on partition <TOPIC> at offset 1475: This server does not host this topic-partition.
The text was updated successfully, but these errors were encountered:
These error messages seem sensible and descriptive.
If the topic no longer exists after being deleted by an outside action, we cannot commit our offset on a partition from that topic that we were previously assigned, which is an error condition. The error clearly states that the server does not host the topic-partition that we were previously assigned.
What are you hoping to accomplish by reporting this? How could the error message (which is propagated from the Kafka client library) be improved?
yaauie
transferred this issue from logstash-plugins/logstash-input-kafka
Jun 18, 2020
Version: logstash-6.7.0, kafka 2.2.0
Operating System: CentOS Linux 7
When deleting a topic from Kafka that is known to Logstash, the following errors are thrown:
The text was updated successfully, but these errors were encountered: