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

Retry failures when consuming requests via messaging integration #89

Open
nstogner opened this issue Apr 1, 2024 · 0 comments
Open

Comments

@nstogner
Copy link
Contributor

nstogner commented Apr 1, 2024

Currently errors encountered during the process of handling a message (from PubSub, etc) are sent directly back to the user via the response topic.

Consider:

  • Resending failed requests back to backends inside of the message handler function.
  • Nack'ing messages and relying on messaging features to handle retries (PubSub Expo-Backoff)

Sending requests back to the messaging system allows for other clusters to attempt the retry. It might make sense to consider how to retry (local-in-handler? re-queue? both? neither?) on a error-case-by-case basis.

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