Skip to content

Commit

Permalink
add KAFKA_BROKERS_SASL
Browse files Browse the repository at this point in the history
  • Loading branch information
cultureamp-brucew committed Aug 21, 2024
1 parent c81075b commit 0e5c188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ca-kafka-local/bin/kafka-local-readme
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo "Once all Kafka services are up and running, this step will be considered h
echo
echo "== Environment variables =="
echo "KAFKA_BROKERS: ${KAFKA_BROKERS}"
echo "KAFKA_BROKERS_SASL: ${KAFKA_BROKERS_SASL}"
echo "SCHEMA_REGISTRY_URL: ${SCHEMA_REGISTRY_URL}"
echo "KAFKA_TOPIC_PREFIX: ${KAFKA_TOPIC_PREFIX}"
echo "KAFKA_SASL_PORT: ${KAFKA_SASL_PORT}"
Expand Down
1 change: 1 addition & 0 deletions plugins/ca-kafka-local/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"readme": "README.md",
"env": {
"KAFKA_BROKERS": "localhost:14231",
"KAFKA_BROKERS_SASL": "localhost:14233",
"KAFKA_SASL_PORT": "14233",
"KAFKA_SASL_USER": "user",
"KAFKA_SASL_PASSWORD": "user-secret",
Expand Down

0 comments on commit 0e5c188

Please sign in to comment.