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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
ravi999
Contributor III
Contributor III

SSL for ckafka Talend ESB error

Hi , 

 

Has anyone used SSL for Ckafka component in Talend ESB route? I am getting error as below. or if there is any other way to implement SSL for kafka in Talend ESB route, please let me know.

 

0683p000009M0Ez.png

0683p000009M0F4.png

Labels (2)
2 Replies
Anonymous
Not applicable

Its hard to tell you exactly whats wrong from only your error and screenshot, however here's a few tips to debug:

1) Under the canvas there are three tabs: Designer/Code/Jobscript-- click the code tab and then along the right-hand scroll, there will be a red indicator showing you where in the code the syntax error occurs. By looking at the code, you'll probably figure out what you've got wrong in the component config.

2) the backslashes in your path strings are likely going to cause problems for you (invalid escape sequence). You can change those to forward slashes (/) or double backslashes (\\) to avoid this error.
ravi999
Contributor III
Contributor III
Author

tried both the appraoch. No luck 0683p000009MPcz.png. If I remove the both key store, trust store location and password, the route is working . With these the route is showing the error as in the pic.