|
|
|
@ -8,7 +8,7 @@ yamlApplicationConfig: |
|
|
|
kafka: |
|
|
|
kafka: |
|
|
|
clusters: |
|
|
|
clusters: |
|
|
|
- name: kafka-cluster |
|
|
|
- name: kafka-cluster |
|
|
|
bootstrapServers: SASL_PLAINTEXT://kafka-cluster-kafka-tls-bootstrap.$kafka_cluster_namespace.svc.cluster.local:9093 |
|
|
|
bootstrapServers: SASL_PLAINTEXT://kafka-cluster-kafka-tls-bootstrap.kafka-cluster.svc.cluster.local:9093 |
|
|
|
properties: |
|
|
|
properties: |
|
|
|
security.protocol: SASL_PLAINTEXT |
|
|
|
security.protocol: SASL_PLAINTEXT |
|
|
|
sasl.mechanism: OAUTHBEARER |
|
|
|
sasl.mechanism: OAUTHBEARER |
|
|
|
|