Logstash input Kafka error

Hi evrery one,
i'm facing an issue while using kafka as my logstash input.
when i started logstash i have this error :

Unable to poll Kafka consumer {:kafka_error_message=>org.apache.kafka.common.KafkaException: Received exception when fetching the next record from type_topics-1. If needed, please seek past the record to continue consumption.

My logstash conf is ok.
No error when checking messages with kafka-console-consumer tool.
Any help will be appreciate :slight_smile:

Thanx

[RESOLVED]

Uncomment -Djava.io.tmpdir=$HOME in the jvm.options configuration file fix my issue.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.