You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
beam/sdks/java/io/rrio/src/main/java/org/apache/beam/io/requestresponse/RequestResponseIO.java
Line 230 in d379968
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: