mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 14:03:45 +03:00
[hw-6] add notifier service, kafka
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user