[hw-6] add notifier service, kafka

This commit is contained in:
Никита Шубин
2025-07-17 19:20:27 +00:00
parent 424d6905da
commit 6e1ad86128
33 changed files with 1412 additions and 92 deletions

View File

@@ -1,6 +1,9 @@
service:
log_level: trace
kafka:
host: localhost
host: kafka
port: 29092
order_topic: loms.order-events
consumer_group_id: notifier-group
brokers: localhost:29092
brokers: kafka:29092