kafka-delta-ingest icon indicating copy to clipboard operation
kafka-delta-ingest copied to clipboard

chore: add truststore certificate as env variable

Open kortwael opened this issue 1 year ago • 1 comments

kortwael avatar Feb 15 '24 09:02 kortwael

while Running the KDI I am getting failing to connect with our Kafka brokers using the SSL and it throws the following error

2024-02-15T15:45:59 [ERROR] - My-APP: librdkafka: SSL [thrd:ssl:/xxxxx:9093/b]: ssl://xxxx:9093/bootstrap: error:80000002:system library::No such file or directory: calling stat(/usr/local/ssl/certs)

So it was fixed on my side after adding the CA certificate

kortwael avatar Feb 15 '24 15:02 kortwael