We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
brod
kafka_protocol
4.1.9
crc32cer
0.1.8
1.14
using erlang 27 > mix new . add {:brod, "3.16.2"} to deps > mix deps.get > DIAGNOSTIC=1 mix deps.compile
Upgrade kafka_protocol to 4.1.9, just released to fix this problem based on this issue
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue
brod
pinskafka_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
Fix?
Upgrade
kafka_protocol
to4.1.9
, just released to fix this problem based on this issueThe text was updated successfully, but these errors were encountered: