rename notifyer service

This commit is contained in:
Sergey Chubaryan 2025-02-20 07:03:07 +03:00
parent b816154e3b
commit abf0ff77f0
4 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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)