-
Notifications
You must be signed in to change notification settings - Fork 28
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
Conflicting implicit trait implementations (kafka-protocol ByteBuf and bytes Buf) #107
Comments
This is affecting me too and is caused by the bytes 1.10.0 release from yesterday. See: tokio-rs/bytes#767 |
@rukai I nearly have a solution kafka-protocol = { git = "https://github.com/phughk/kafka-protocol-rs", branch = "107-conflicting-implicit-trait-impl" } It's not perfect though - here is my project that uses this. Suddenly I have to be explicit about types outside. I can manage that, but I am surprised.
|
Co-authored-by: Hugh Kaznowski <[email protected]>
Closed by #110 |
Thanks, I've raised #111 to address that. |
On a second look, not surprised - the conflict still exists :) |
I got the following error.
I can't find a specific cause for it, since it is the dependency on kafka-protocol that isn't working. But I imagine it's because I am using a generic as the error type so it "could be anything".
It may be worth explicitly defining these the in code.
The text was updated successfully, but these errors were encountered: