Hi I actually wanted a way to configure FluentBackoff at the client side for S3 in that effort I created below PR. But as luke mentioned in the PR FluentBackoff is part of util and I can directly expose it to public.
So a suggested alternative was to use a Configuration class that is public facing which then convert’s it to the internal beam class and have it generic enough to be used across IO’s. Just wanted to know what the community feels and if the above suggestion by luke is ok with other’s I’ll try to implement that instead. JIRA - 9742 https://github.com/apache/beam/pull/11396 Thanks Akshay I
