Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go get error #213

Closed
dawei101 opened this issue Dec 10, 2019 · 3 comments
Closed

Go get error #213

dawei101 opened this issue Dec 10, 2019 · 3 comments

Comments

@dawei101
Copy link

 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)
@suohailong
Copy link

I have the same issue

@frairon
Copy link
Contributor

frairon commented Jan 21, 2020

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.

@frairon
Copy link
Contributor

frairon commented Jan 27, 2020

I'll close this, it's a duplicate of #211

@frairon frairon closed this as completed Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants