kafka
parent
5433857931
commit
86e05585f3
|
@ -9,9 +9,9 @@ data:
|
||||||
connections:
|
connections:
|
||||||
kafka-cluster:
|
kafka-cluster:
|
||||||
properties:
|
properties:
|
||||||
bootstrap.servers: "kafka-0-internal:9092,kafka-1-internal:9092,kafka-2-internal:9092"
|
bootstrap.servers: "kafka:9092"
|
||||||
schema-registry:
|
schema-registry:
|
||||||
url: "http://schemaregistry-0-internal:8081,http://schemaregistry-1-internal:8081,http://schemaregistry-2-internal:8081"
|
url: "http://schemaregistry:8081"
|
||||||
type: "confluent"
|
type: "confluent"
|
||||||
micronaut:
|
micronaut:
|
||||||
security:
|
security:
|
||||||
|
|
Loading…
Reference in New Issue