This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Replies: 1 comment
|
https://cloud.google.com/pubsub/docs/retry-requests doc uses v1.PublisherClient.publish but we can also do it with topic.publishMessage too ( |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I see that we have two ways to publish a message:
Which one should I use? and what is the difference between the two?
All reactions