GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp
Support exactly-once-delivery with MessageReceiverWithAckResponse
Open
priority: p2
pubsub
type: enhancement
- Dominant language
- Java
- Stars
- 551
- Forks
- 349
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
Currently `SubscriberFactory` only supports creation of a `Subscriber` with a `MessageReceiver`, but exactly-once-delivery requires the use of `MessageReceiverWithAckResponse`.
Details here:
https://cloud.google.com/pubsub/docs/exactly-once-delivery#java
Contributor guide
Research direction
Start at SubscriberFactory and trace how it creates a Subscriber from a MessageReceiver. Read the linked Pub/Sub exactly-once-delivery documentation and determine the API changes needed to support MessageReceiverWithAckResponse; done means the factory can create a subscriber using that receiver type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100