Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Catching Kafka Errors / Checking Kafka connection

Hi All, 

I'm new to working with Talend. I have come across a peculiar problem in talend, is that when I'm using the tKafkaInput, tKafkaConnection components , I'm unable to catch the errors. tKafkaInput does not throw any error when there is a Kafka outage. 

I've tried using component triggers (subjob/component) (ok/error ) style with tDie and it does not catch the exceptions.

How can I handle these scenarios and catch exceptions when there is a Kafka outage when using Kafka components or keep checking for the health of Kafka .

Any help would be appreciated.

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

Are you referring to this kind of kafka issue?

java.net.ConnectException: Connection refused

  What's Kafka client are you using?

Best regards

Sabrina

kariaoua
Contributor
Contributor

I have the same issue, do you have a solution to this ?