17 lines
342 B
YAML
17 lines
342 B
YAML
kafka:
|
|
brokers: "localhost:9092"
|
|
schema_registry: "http://localhost:9093/apis/ccompat/v6"
|
|
security:
|
|
protocol: "PLAINTEXT"
|
|
|
|
schemas:
|
|
third:
|
|
file: "schemas/supplyThirdReferential.avsc"
|
|
link:
|
|
file: "schemas/supplyThirdlink.avsc"
|
|
detail:
|
|
file: "schemas/supplyStoreDetail.avsc"
|
|
store:
|
|
file: "schemas/store.avsc"
|
|
|