Skip to content

Commit

Permalink
Update NATS subject to GovernorApplicationLinksEventSubject (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsee authored Sep 11, 2023
1 parent c41b015 commit 6e5076f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func serve(cmdCtx context.Context, _ *viper.Viper) error {
natssrv.WithNATSLogger(logger.Desugar()),
natssrv.WithNATSConn(nc),
natssrv.WithNATSPrefix(viper.GetString("nats.subject-prefix")),
natssrv.WithNATSSubject(events.GovernorApplicationsEventSubject),
natssrv.WithNATSSubject(events.GovernorApplicationLinksEventSubject),
natssrv.WithNATSQueueGroup(viper.GetString("nats.queue-group"), viper.GetInt("nats.queue-size")),
)
if err != nil {
Expand Down

0 comments on commit 6e5076f

Please sign in to comment.