Using Kafka connector with PEM certificates not working #6687
-
Hello, I am trying to connect strimzi kafka cluster with elastic search using Kafka connect and Kafka connector resource. I am able to get a successful connection using JKS type for keystore and truststore. However I have to convert the TLS certificates to JKS manually for that to work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
I assume you are talking about the connection to Elastic Search? That depends on the connector you are using (and probably on the library it is using to talk with Elastic Search). |
Beta Was this translation helpful? Give feedback.
-
@scholzj Thanks for your reply. It is using io.confluent.connect.elasticsearch.ElasticsearchSinkConnector as the class for the connector. Clients are able to connect to external listeners using just the TLS certificates without any conversion to JKS. My question is can't Kafka connector CRD do the same to connect to Elastic Search? |
Beta Was this translation helpful? Give feedback.
-
Last question, I have a Kafka connector that fails sometimes depending on the type of data that is in the topic. What is the best way to make it fault tolerant so that it can continue to process new messages even when a task fails in the connector? |
Beta Was this translation helpful? Give feedback.
Last question, I have a Kafka connector that fails sometimes depending on the type of data that is in the topic. What is the best way to make it fault tolerant so that it can continue to process new messages even when a task fails in the connector?