-
Notifications
You must be signed in to change notification settings - Fork 119
Mocking for Subscriber sessions #4061
Copy link
Copy link
Open
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
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::Streamin the interface and gating it with a#[cfg(unstable-stream)] - or we have to wrap
futures::Stream. 🤷
- consider having
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.