|
|
@ -25,15 +25,36 @@ |
|
|
|
"EventBusConnection": "localhost", |
|
|
|
"KafkaEnabled": true, |
|
|
|
"Kafka": { |
|
|
|
"ProducerSettings": { |
|
|
|
"BootstrapServers": "broker:9092", |
|
|
|
"AllowAutoCreateTopics": true |
|
|
|
}, |
|
|
|
"ConsumerSettings": { |
|
|
|
"BootstrapServers": "broker:9092", |
|
|
|
"GroupId": "ordering-group-id", |
|
|
|
"AllowAutoCreateTopics": true |
|
|
|
} |
|
|
|
"AdminSettings": { |
|
|
|
"GroupId": "ordering-group-id", |
|
|
|
"AllowAutoCreateTopics": true, |
|
|
|
"BootstrapServers": "pkc-xmzwx.europe-central2.gcp.confluent.cloud:9092", |
|
|
|
"SslEndpointIdentificationAlgorithm": "Https", |
|
|
|
"SecurityProtocol": "SaslSsl", |
|
|
|
"SaslMechanism": "Plain", |
|
|
|
"SaslUsername": "username", |
|
|
|
"SaslPassword": "password" |
|
|
|
}, |
|
|
|
"ProducerSettings": { |
|
|
|
"GroupId": "ordering-group-id", |
|
|
|
"AllowAutoCreateTopics": true, |
|
|
|
"BootstrapServers": "pkc-xmzwx.europe-central2.gcp.confluent.cloud:9092", |
|
|
|
"SslEndpointIdentificationAlgorithm": "Https", |
|
|
|
"SecurityProtocol": "SaslSsl", |
|
|
|
"SaslMechanism": "Plain", |
|
|
|
"SaslUsername": "username", |
|
|
|
"SaslPassword": "password" |
|
|
|
}, |
|
|
|
"ConsumerSettings": { |
|
|
|
"GroupId": "ordering-group-id", |
|
|
|
"BootstrapServers": "pkc-xmzwx.europe-central2.gcp.confluent.cloud:9092", |
|
|
|
"AutoOffsetReset": "Earliest", |
|
|
|
"SslEndpointIdentificationAlgorithm": "Https", |
|
|
|
"SecurityProtocol": "SaslSsl", |
|
|
|
"SaslMechanism": "Plain", |
|
|
|
"SaslUsername": "username", |
|
|
|
"SaslPassword": "password" |
|
|
|
} |
|
|
|
}, |
|
|
|
"UseVault": false, |
|
|
|
"Vault": { |
|
|
|