google-cloud-rust
google-cloud-rust copied to clipboard
Support exactly-once subscribe
Our initial implementation will not support exactly once subscribe. We will need to:
- [ ] Add exactly once acking to the
LeaserandDefaultLeaser - [ ] Add an async
ackto the handler, plumbing results back to the handler.