Skip to content

Commit

Permalink
Update config.hocon.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Sep 12, 2023
1 parent 69e44b0 commit 70e824f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/config.hocon.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"consumerConf": {
"security.protocol": "SASL_SSL",
"sasl.mechanism": "PLAIN",
"sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"\$ConnectionString\" password=\"${enriched_topic_connection_string}\";"
"sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"$ConnectionString\" password=\"${enriched_topic_connection_string}\";"
"group.id": "${enriched_group_id}"
}
}
Expand All @@ -21,7 +21,7 @@
"producerConf": {
"security.protocol": "SASL_SSL",
"sasl.mechanism": "PLAIN",
"sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"\$ConnectionString\" password=\"${bad_topic_connection_string}\";"
"sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"$ConnectionString\" password=\"${bad_topic_connection_string}\";"
}
}
}
Expand Down

0 comments on commit 70e824f

Please sign in to comment.