fix(migration): kafka migration

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-12-14 15:09:19 +05:30
parent 8e47849275
commit 085b942ed1
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638

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() {