fix(install): kafka ssl topic creation
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
200be22960
commit
2a21d2eeb6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ topics=(
|
||||||
touch /tmp/config.txt
|
touch /tmp/config.txt
|
||||||
|
|
||||||
if [[ $KAFKA_SSL == "true" ]]; then
|
if [[ $KAFKA_SSL == "true" ]]; then
|
||||||
echo 'securty.protocol=SSL' > /tmp/config.txt
|
echo 'security.protocol=SSL' > /tmp/config.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue