Skip to content

Commit

Permalink
Merge pull request #93 from utilitywarehouse/cluster-fork
Browse files Browse the repository at this point in the history
consume sarama cluster fork
  • Loading branch information
jakekeeys authored Nov 25, 2019
2 parents cdb8f20 + dfee783 commit 107e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/kafkasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/Shopify/sarama"
"github.com/bsm/sarama-cluster"
"github.com/utilitywarehouse/sarama-cluster"
"github.com/utilitywarehouse/go-pubsub"
"golang.org/x/sync/errgroup"
)
Expand Down

0 comments on commit 107e36a

Please sign in to comment.