I was trying to use the Camel's Kafka SSL Sink Connector with a truststore. Of course, truststores usually have a password set, which cannot be configured for this connector. This Pull Request aims to add this configuration option for the underlying Kamelet.
Hi,
I was trying to use the Camel's Kafka SSL Sink Connector with a truststore. Of course, truststores usually have a password set, which cannot be configured for this connector. This Pull Request aims to add this configuration option for the underlying Kamelet.
I have already created a PR for the related connector: https://github.com/apache/camel-kafka-connector/pull/1671