Skip to content

Commit fba6b47

Browse files
committed
Fix for HDI Kafka
1 parent 7b38c87 commit fba6b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/run-generator-kafka.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ OUTPUT_FORMAT="kafka"
77
kafka_properties=$(cat <<OPTIONS
88
{
99
"bootstrap.servers": "$KAFKA_BROKERS",
10-
"sasl.mechanism": "$KAFKA_SASL_MECHANISM",
1110
"security.protocol": "$KAFKA_SECURITY_PROTOCOL",
11+
"sasl.mechanism": "${KAFKA_SASL_MECHANISM:-PLAIN}",
1212
"sasl.username": "$KAFKA_SASL_USERNAME",
1313
"sasl.password": "$KAFKA_SASL_PASSWORD"
1414
}

0 commit comments

Comments
 (0)