fix(install): kafka ssl topic creation

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2022-01-19 00:10:31 +05:30
parent e742955fd0
commit 8037879e43

View file

@ -13,7 +13,7 @@ topics=(
touch /tmp/config.txt
if [[ $KAFKA_SSL == "true" ]]; then
echo 'securty.protocol=SSL' > /tmp/config.txt
echo 'security.protocol=SSL' > /tmp/config.txt
fi
function init() {