-
Notifications
You must be signed in to change notification settings - Fork 843
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
Benthos 4.9.1 go build
issues - Kafka Input / Azure Output
#1505
Comments
@ChrisSamo632 both packages have introduced breaking API changes so you need to ensure your own
In the case of azure it's understandable as their packages are sub-v1, but in the case of sarama they broke API compatibility without incrementing their major version which is why we have this unfortunate headache. I've opened an issue regarding sarama here: IBM/sarama#2358, until that's resolved we won't be able to support the latest "stable" package version. I'm going to pin this issue (thanks for raising it) as it's extremely likely others will hit this 😢 |
The #1502 PR will upgrade |
Thanks for the fast reply. The suggested pin for
My |
Ah, OK... so I think my |
Including
github.com/benthosdev/benthos/v4 v4.9.1
in ago.mod
file and runningdo get -u && go mod tidy && go build
fails with:and
Using
go: 1.19
.Works fine with
github.com/benthosdev/benthos/v4 v4.8.0
The text was updated successfully, but these errors were encountered: