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

[Feature Request][RRIO]: Enable BackOffSupplier configuration #33306

Open
2 of 17 tasks
krys-allegro opened this issue Dec 6, 2024 · 0 comments
Open
2 of 17 tasks

[Feature Request][RRIO]: Enable BackOffSupplier configuration #33306

krys-allegro opened this issue Dec 6, 2024 · 0 comments

Comments

@krys-allegro
Copy link

What would you like to happen?

Part of RequestResponseIO configuration methods are inaccessible (caused by package level access modifier)
One of those configurations ("withBackOffSupplier") is responsible for back-off policy that determines retry algorithm with configurable fields like max number of retries, exponent etc.

As above configuration cannot be accessed we may end up with repeating some exceptions indefinitely which may not be a desirable behavior for all web API usages.

Are there any plans to make it accessible?

RequestResponseIO<RequestT, ResponseT> withBackOffSupplier(SerializableSupplier<BackOff> value) {

Issue Priority

Priority: 3 (nice-to-have improvement)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant