I'm new to kafka, trying to explore it on my mac Catalina. I've gone through documentation and few forum but no luck in running it.
I followed the below steps:
Installed openssl@1.1 with brew.
echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
Then installed librdkafka.
Made a producer service and I'm unable to run it.
It keeps throwing me the
Error: Invalid value "sasl_ssl" for configuration property "security.protocol".
Any help would be really appreciated. Thanks in advance.