Re,
Thank you very much for your help! I wandered around for several days. It
worked by adding to a clickhouse connector creation http request:
* "consumer.override.ssl.truststore.location":
"/opt/kafka/kafka.ca.pem",
"consumer.override.ssl.truststore.type": "PEM",
"consumer.over
Hi Domantas,
For sink connectors, you'll need to add all SSL-related properties either
to your Connect worker file prefixed with "consumer.", or to your
individual connector files prefixed with "consumer.override.".
If you're using the DLQ feature, you'll also need to do the same but with
"admin.