google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Set up subscriber surface

Open dbolduc opened this issue 1 month ago • 0 comments

Googlers can see: go/cloud-rust:subscriber-api (not approved/final circa 2025-12-01)

  • [ ] Add message data type
  • [ ] Add handler and ack traits
  • [ ] Add Session
    • with a way to create sessions from a futures::Stream<(Message, Handler)>
  • [ ] Add streaming pull builder
  • [ ] Add client

For the handler and session, we do not need the concrete implementation yet.

dbolduc avatar Dec 01 '25 20:12 dbolduc