Skip to content

Commit

Permalink
minor adv
Browse files Browse the repository at this point in the history
Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 committed Dec 18, 2023
1 parent 068ef1c commit 36b78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/http/topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func (s *Server) AddBulkTopicEventHandler(sub *common.Subscription, fn common.To
// Route is only required for HTTP but should be specified for the
// app protocol to be interchangeable.
if sub.Route == "" {
return errors.New("handler route name")
return errors.New("missing route for bulk subscription")
}
if err := s.topicRegistrar.AddBulkSubscription(sub, fn, maxMessagesCount, maxAwaitDurationMs); err != nil {
return err
Expand Down

0 comments on commit 36b78f5

Please sign in to comment.