rename notifyer service
This commit is contained in:
parent
b816154e3b
commit
abf0ff77f0
@ -4,10 +4,10 @@ kafka:
|
||||
brokers:
|
||||
- localhost:9091
|
||||
topic: events
|
||||
consumerGroupId: AAAA
|
||||
consumerGroupId: notifyer-group
|
||||
smtp:
|
||||
server: localhost
|
||||
port: 12333
|
||||
login: "maillogin"
|
||||
password: "mailpass"
|
||||
email: "coworker@example.com"
|
||||
email: "notifyer@example.com"
|
||||
@ -43,7 +43,7 @@ func main() {
|
||||
log.Fatal(err.Error())
|
||||
}
|
||||
|
||||
logger.Printf("coworker service started\n")
|
||||
logger.Printf("notifyer service started\n")
|
||||
|
||||
for {
|
||||
msg, err := r.FetchMessage(ctx)
|
||||
Loading…
x
Reference in New Issue
Block a user