Skip to content

Commit 3b27a4d

Browse files
committed
Temporary commit (amend me)
1 parent 0f5c477 commit 3b27a4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

processor.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ func NewProcessor(brokers []string, gg *GroupGraph, options ...ProcessorOption)
112112
WithViewTopicManagerBuilder(opts.builders.topicmgr),
113113
WithViewStorageBuilder(opts.builders.storage),
114114
WithViewConsumerSaramaBuilder(opts.builders.consumerSarama),
115+
WithViewHashUnsigned(),
116+
WithViewAutoReconnect(),
115117
)
116118
if err != nil {
117119
return nil, fmt.Errorf("error creating view: %v", err)

0 commit comments

Comments
 (0)