Hello, I have a question regarding the Cloud Function triggers for Pub/Sub. The Pub/Sub ensures *at least once delivery*, but doesn't guarantee that a message is sent only once, in some cases it might not: *"Typically, Cloud Pub/Sub delivers each message once and in the order in which it was published. However, messages may sometimes be delivered out of order or more than once."* Was the *Cloud Function Pub/Sub Trigger* implemented so that it deals with that? Couldn't find that information, only something about Dataflow Pub/Sub IO: *"You can achieve exactly once processing of Cloud Pub/Sub message streams using Cloud Dataflow PubsubIO. PubsubIO de-duplicates messages on custom message identifiers or those assigned by Cloud Pub/Sub."*
Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/524c5bbe-1a3f-48b8-a875-2f50ec9836e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
