You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get github.com/lovoo/goka
# github.com/bsm/sarama-cluster
../../bsm/sarama-cluster/consumer.go:452:59: c.client.config.Config.Consumer.Offsets.CommitInterval undefined (type struct { AutoCommit struct { Enable bool; Interval time.Duration }; Initial int64; Retention time.Duration; Retry struct { Max int } } has no field or method CommitInterval)
The text was updated successfully, but these errors were encountered:
So the issue is, that sarama-cluster (which is deprecated) became incompatible with sarama at some point. The only workaround is to downgrade your sarama version, e.g. v1.22.1. That should resolve the compiler issues.
The text was updated successfully, but these errors were encountered: