Skip to content

Commit af7af99

Browse files
committed
Remove subscription overlap between database and application keys topics
1 parent 72ec40e commit af7af99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/nats.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (n *NatsBackend) SetupMicro() error {
7070
return err
7171
}
7272

73-
databaseGroup := srv.AddGroup("piggybank.database")
73+
databaseGroup := srv.AddGroup("piggybankdb")
7474
if err := databaseGroup.AddEndpoint("lock", micro.HandlerFunc(n.LockRequest)); err != nil {
7575
return err
7676
}

0 commit comments

Comments
 (0)