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
java.util.concurrent.TimeoutException: Waited 5000 milliseconds (plus 182053 nanoseconds delay) for com.google.api.core.AbstractApiFuture$InternalSettableFuture@4aa80674[status=PENDING]
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:533)
at com.google.api.core.AbstractApiFuture.get(AbstractApiFuture.java:58)
at com.company.feature.pubsub.PublisherDelegate.publishDataToPubSub(PublisherDelegate.java:91)
... 134 common frames omitted
The text was updated successfully, but these errors were encountered:
Hello! Do you have an approximate rate at which you are publishing messages and at which these duplicate publish scenario is occurring? This appears to be due to transient networking errors that are preventing your publisher client from receiving responses from the Pub/Sub service. This could be due to a wide variety of causes, such as network congestion, bandwidth limitations, or a firewall among other options.
Environment details
Steps to reproduce
Code example
Stack trace
The text was updated successfully, but these errors were encountered: