Files
kafka-producer/config.yaml
2025-08-20 17:34:20 +02:00

12 lines
165 B
YAML

kafka:
brokers: "localhost:9092"
security:
protocol: "PLAINTEXT"
schemas:
users:
file: "schemas/stores.avsc"
orders:
file: "schemas/link.avsc"