GoogleCloudPlatform / spring-cloud-gcp

New home for Spring Cloud GCP development starting with version 2.0.
Apache License 2.0
399 stars 295 forks source link

Support exactly-once-delivery with MessageReceiverWithAckResponse #2966

Open meltsufin opened 1 month ago

meltsufin commented 1 month ago

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