Re: Beginner Issues connecting to kafka with SSL (using kafka connector)

2025-07-24 Thread Domantas Spečiūnas
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

Re: Beginner Issues connecting to kafka with SSL (using kafka connector)

2025-07-23 Thread Chris Egerton
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.