You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/17 22:16:25 UTC

[GitHub] [beam] Abacn commented on pull request #24973: [#24971] Add a retry policy for JmsIO #24971

Abacn commented on PR #24973:
URL: https://github.com/apache/beam/pull/24973#issuecomment-1386155934

   just fyi beam has backoff utility classes for retry: 
   https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/util/BackOffUtils.java
   https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/util/FluentBackoff.java
   
   and is quite used in IOs and can be referred as retry implementations.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org