Files
kafka-producer/config.yaml
2026-04-07 12:44:18 +02:00

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"