You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latest broadway_kafka uses brod 4.0.0, which pins kafka_protocol < 4.1.9.
Transitive dependency port_compiler is pinned at 1.14 in crc32cer 0.1.8 pc 1.14 does not play nicely with Erlang 27
kafka_protocol just release 4.1.9 which updates crc32cer to 0.11.1, which pins pc to 1.15
Reproduce
Using erlang 27,
> mix new .
add {:broadway_kafka, "0.4.4"} to deps
> mix deps.get
> mix deps.compile
Result:
`Could not compile dependency :crc32cer`
Issue
latest
broadway_kafka
usesbrod
4.0.0, which pinskafka_protocol
< 4.1.9.Transitive dependency
port_compiler
is pinned at 1.14 incrc32cer
0.1.8pc 1.14 does not play nicely with Erlang 27
kafka_protocol
just release 4.1.9 which updatescrc32cer
to 0.11.1, which pinspc
to 1.15Reproduce
Using erlang 27,
Fix?
I've opened an issue in the brod repo to upgrade
kafka_protocol
.Once it does,
broadway_kafka
can updatebrod
.The text was updated successfully, but these errors were encountered: