mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2026-08-04 22:36:48 +03:00
init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
BINDIR=${CURDIR}/bin
|
||||
PACKAGE=route256/notifier
|
||||
|
||||
bindir:
|
||||
mkdir -p ${BINDIR}
|
||||
|
||||
build: bindir
|
||||
echo "build notifier"
|
||||
@@ -0,0 +1,6 @@
|
||||
kafka:
|
||||
host: kafka
|
||||
port: 29092
|
||||
order_topic: loms.order-events
|
||||
consumer_group_id: notifier-group
|
||||
brokers: kafka:29092
|
||||
@@ -0,0 +1,6 @@
|
||||
kafka:
|
||||
host: localhost
|
||||
port: 29092
|
||||
order_topic: loms.order-events
|
||||
consumer_group_id: notifier-group
|
||||
brokers: localhost:29092
|
||||
@@ -0,0 +1,3 @@
|
||||
module route256/notifier
|
||||
|
||||
go 1.23.1
|
||||
Reference in New Issue
Block a user