-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Build issues when using latest version #1437
Comments
Bump. Any help would be greatly appreciated. |
does this also happen with Starting Sarama but this doesn't seems that's your problem |
Yes, this only seems to happen when I have We use Drone for builds, and it builds in docker image: TLDR; I believe it is the Zstd pkg |
Huh, it was this c dependency at the end 😞 So, you only have 3 options now right?
Let us know if we can give you additional help here. I’d like in the future to remove any no pure go dependency form this code base. |
I agree 100% having a pure go package is always really nice. I hope there is a implementation of Zstd in Go soon, we are using it in some places and the C deps make it cumbersome for building/deploying/portability. I appreciate the help! I'll keep an eye on the zstd topic |
I'm going to close the issue, if you still need more help, feel free to re-open it or create a new one. |
Sarama Version:
v1.23.0
Kafka Version:
Go Version:
1.12
Problem Description
We use Drone for building out applications, we have been using v1.19.0 for the longest time without any issues.
As soon as we try using the latest ( 1.23.0 ) when we try to start the application, we get:
If we revert back to 1.19.0 it works fine.
We are using:
As the build command.
We are placing the binary into
golang:1.12.4-alpine
container.The text was updated successfully, but these errors were encountered: