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
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
Activity
untitaker commentedon Nov 15, 2023
I think this might be because of something basic like either the topic not existing, or the consumer group not having a pre-existing offset.
loewenheim commentedon Nov 15, 2023
The
base_processor
example also produces errors, although they're not visible unless you add some logging:untitaker commentedon Nov 15, 2023
i guess we should mostly fix this to not throw away the inner error information: https://github.com/getsentry/snuba/blob/c821f741fdd03d41dcdb725e0c95c7d41deea7aa/rust_snuba/rust_arroyo/src/processing/mod.rs#L185-L188
and have perhaps some docs on how to create topics?