-
Notifications
You must be signed in to change notification settings - Fork 287
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
Example doesn't work with futures 0.2.0 #84
Comments
+1 |
The suggestions from Rust core team are to skip futures 0.2 and wait for futures 0.3. |
|
Futures 0.2 was postponed and replaced by std::future::Future and async/await. I'm going to close this out for now. Once Rust 1.39 is released, we'll upgrade to be compatible with futures 0.3 and async/await (#143). For now, though, we'll stick with futures 0.1. |
The async processing example works on
futures 0.1.20
but fails on the latest futures 0.2.0 release with the following errors:rust-rdkafka/examples/asynchronous_processing.rs
Lines 79 to 101 in 97e50a5
The text was updated successfully, but these errors were encountered: