I am writing a Avro Python Producer and when I try to run the code I get this error:
cimpl.KafkaException: KafkaError{code=_INVALID_ARG,val=-186,str="Unsupported value "SASL_SSL" for configuration property "security.protocol": OpenSSL not available at build time"}
I can't seem to find anywhere how to solve this when using confluent_kafka python
module. It seems like it is related to a certificate issue but I am still struggling to grasp what's truly happening here and how to solve this.
I installed librdkafka
using homebrew and I installed confluent_kafka
using pip3
. I am on an M1 Macbook.