Environment
Current master, i.e. getsentry/snuba@fa3cf88.
Steps to Reproduce
cargo run --example transform_and_produce
Expected Result
The example would run without panicking.
Actual Result
running processor. transforming from test_in to test_out
thread 'main' panicked at rust_arroyo/examples/transform_and_produce.rs:87:21:
called `Result::unwrap()` on an `Err` value: PollError
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace