Skip to content

Commit

Permalink
Temporary commit (amend me)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenniles committed Jul 15, 2024
1 parent 0f5c477 commit 3b27a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ func NewProcessor(brokers []string, gg *GroupGraph, options ...ProcessorOption)
WithViewTopicManagerBuilder(opts.builders.topicmgr),
WithViewStorageBuilder(opts.builders.storage),
WithViewConsumerSaramaBuilder(opts.builders.consumerSarama),
WithViewHashUnsigned(),
WithViewAutoReconnect(),
)
if err != nil {
return nil, fmt.Errorf("error creating view: %v", err)
Expand Down

0 comments on commit 3b27a4d

Please sign in to comment.