Skip to content

Commit

Permalink
Reconfigure playbook-dispatcher-connect in stage to connect to msk
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Dec 8, 2023
1 parent 93c1ebc commit 180e538
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion deploy/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ objects:
"-Xmx": ${XMX}
"-Xms": ${XMS}

bootstrapServers: ${KAFKA_BOOTSTRAP_HOST}:${KAFKA_BOOTSTRAP_PORT}
bootstrapServers: ${KAFKA_BOOTSTRAP_HOST}
config:
group.id: playbook-dispatcher-connect
config.providers: file
Expand All @@ -207,6 +207,15 @@ objects:
offset.storage.replication.factor: ${KAFKA_REPLICATION_FACTOR}
status.storage.replication.factor: ${KAFKA_REPLICATION_FACTOR}
config.storage.replication.factor: ${KAFKA_REPLICATION_FACTOR}
tls:
trustedCertificates: []
authentication:
# this config is specific to PLAIN sasl mechanism
type: ${KAFKA_SASL_MECHANISM}
username: ${KAFKA_USERNAME}
passwordSecret:
secretName: app-auth
password: client_secret
externalConfiguration:
volumes:
- name: rds-client-ca
Expand Down

0 comments on commit 180e538

Please sign in to comment.