google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Pub/Sub streaming pull method #57

Open SolarLiner opened 3 years ago

SolarLiner commented 3 years ago

The RPC as a StreamingPullRequest method which expects a bidirectional stream, sending messages to the client and receiving (N)Acks back. This has a higher throughput than the PullRequest methods. It would be nice to expose this to the API as a Stream.