GoogleCloudPlatform / GoogleCloudPlatform/spring-cloud-gcp

Support exactly-once-delivery with MessageReceiverWithAckResponse

Open
#2,966 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.