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
Had this exact issue last week.
I expected only the pipeline with the Kafka cluster that was faulty to restart or fail, but was unpleasantly surprised that the whole Logstash agent restarts.
In our case it was expired certificates on some Kafka nodes of one Kafka cluster that caused handshake failures.
Would love a fix for this to prevent this in the future.
the input plugin simply spans a number of consumer threads and
join
them in therun
method:logstash-integration-kafka/lib/logstash/inputs/kafka.rb
Lines 227 to 228 in d6530c0
This leads to 2 potentially serious problems:
join
'ed or not.The text was updated successfully, but these errors were encountered: