krys-allegro opened a new issue, #33306:
URL: https://github.com/apache/beam/issues/33306
### 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?
https://github.com/apache/beam/blob/d379968e7ee8a108b2f019702ffb4525f153e070/sdks/java/io/rrio/src/main/java/org/apache/beam/io/requestresponse/RequestResponseIO.java#L230
### Issue Priority
Priority: 3 (nice-to-have improvement)
### Issue Components
- [ ] Component: Python SDK
- [X] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [X] 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
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]