Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PubSub retry settings configurable #954

Open
jeremyg484 opened this issue Oct 9, 2023 · 0 comments
Open

Make PubSub retry settings configurable #954

jeremyg484 opened this issue Oct 9, 2023 · 0 comments
Assignees

Comments

@jeremyg484
Copy link
Contributor

Feature description

GCP PubSub publishers and consumers by default will infinitely retry remote GRCP calls to GCP services for the majority of errors that occur during those calls.

Following the example of Spring Cloud GCP (https://googlecloudplatform.github.io/spring-cloud-gcp/reference/html/index.html#grpc-connection-settings), we should be able to expose configuration settings to modify the underlying GRCP call behavior as desired. For example, the class of GRCP errors that cause a retry, the max number of retries, the time between retries, etc.

@jeremyg484 jeremyg484 self-assigned this Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant