-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pubsub Topic and Subscription object creation can be retried (#473)
* Fix pubsub Topic and Subscription so that if they hit a failure during initialization, a later call will succeed. Also fix some of the teardown logic to be fully thread safe (in the clase of DeleteTopic, followed by Publish() and the same pattern in Subscription) Signed-off-by: Eric Lemar <elemar@google.com> * Add failure tests for the connection Signed-off-by: Eric Lemar <elemar@google.com> * Fix missing cancel Signed-off-by: Eric Lemar <elemar@google.com> * static analysis fixes Signed-off-by: Eric Lemar <elemar@google.com> * fix misspelled comment Signed-off-by: Eric Lemar <elemar@google.com>
- Loading branch information
Showing
4 changed files
with
1,430 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.