You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SubscriberFactory only supports creation of a Subscriber with a MessageReceiver, but exactly-once-delivery requires the use of MessageReceiverWithAckResponse.
Currently
SubscriberFactory
only supports creation of aSubscriber
with aMessageReceiver
, but exactly-once-delivery requires the use ofMessageReceiverWithAckResponse
.Details here:
https://cloud.google.com/pubsub/docs/exactly-once-delivery#java
The text was updated successfully, but these errors were encountered: