mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-12-21 02:09:06 +03:00
init
This commit is contained in:
8
notifier/Makefile
Normal file
8
notifier/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
BINDIR=${CURDIR}/bin
|
||||
PACKAGE=route256/notifier
|
||||
|
||||
bindir:
|
||||
mkdir -p ${BINDIR}
|
||||
|
||||
build: bindir
|
||||
echo "build notifier"
|
||||
6
notifier/configs/values_ci.yaml
Normal file
6
notifier/configs/values_ci.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kafka:
|
||||
host: kafka
|
||||
port: 29092
|
||||
order_topic: loms.order-events
|
||||
consumer_group_id: notifier-group
|
||||
brokers: kafka:29092
|
||||
6
notifier/configs/values_local.yaml
Normal file
6
notifier/configs/values_local.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
kafka:
|
||||
host: localhost
|
||||
port: 29092
|
||||
order_topic: loms.order-events
|
||||
consumer_group_id: notifier-group
|
||||
brokers: localhost:29092
|
||||
3
notifier/go.mod
Normal file
3
notifier/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module route256/notifier
|
||||
|
||||
go 1.23.1
|
||||
Reference in New Issue
Block a user