pulsar-rs
pulsar-rs copied to clipboard
Can `Reader` implement `Send`?
Hi, wyyerd!
We are recently using this amazing client
We want to use tokio in combination with Reader for consumption, we expect to use tokio::spawn to spawn tokio threads for low level parallel consumption, but this requires Reader to implement Send trait.
We are curious if it is possible to add Send support to Reader, thanks!