mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
589 stars 207 forks source link

There is no option to provide ssl.certificate.verify_cb #228

Open dnj12345 opened 4 years ago

dnj12345 commented 4 years ago

Hi, I am trying to set a callback for verifying the broker certificate chain i.e. librdkafka's 'ssl.certificate.verify_cb' option. However, the current set of callbacks allowed to be set by libcppkafka does not include this option. Is there another way, I can set the cert.verify_cb option?