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

Does not compile on Erlang 27 due to pinned kafka_protocol and transitive deps #596

Closed
mashton opened this issue Sep 13, 2024 · 0 comments · Fixed by #597
Closed

Does not compile on Erlang 27 due to pinned kafka_protocol and transitive deps #596

mashton opened this issue Sep 13, 2024 · 0 comments · Fixed by #597

Comments

@mashton
Copy link

mashton commented Sep 13, 2024

Issue

brod pins kafka_protocol < 4.1.9
which pins crc32cer 0.1.8
which pins port_compiler 1.14
which does not play nicely with Erlang 27

Reproduce

using erlang 27
> mix new .
add {:brod, "3.16.2"} to deps
> mix deps.get
> DIAGNOSTIC=1 mix deps.compile

Fix?

Upgrade kafka_protocol to 4.1.9, just released to fix this problem based on this issue

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

Successfully merging a pull request may close this issue.

1 participant