googleapis / googleapis/google-cloud-rust
Mocking for Subscriber sessions
Open
api: pubsub
priority: p3
type: feature request
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
Applications need to be able to create a fake subscriber session, streaming fake handlers.
- [ ] Mocking for `AtLeastOnce`
- [ ] Mocking for `ExactlyOnce`
- [ ] Mocking/faking for `Session`
- consider having `futures::Stream` in the interface and gating it with a `#[cfg(unstable-stream)]`
- or we have to wrap `futures::Stream`. 🤷
Contributor guide
Assessment
This issue has not been assessed yet.