-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hello: Thanks for making this project open for everyone! I am getting this error message when publishing to a topic. Payload is relatively big . Any idea what may be causing this?
Message Size: 1257
java.util.concurrent.ExecutionException: com.spotify.google.cloud.pubsub.client.RequestFailedException: 400 Bad Request
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
I am using this method below.
final List messageIds = pubsub.publish(PROJECT_ID, this.topic, messages).get();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels