Roundrobin option for s3 plugin #4059
umamaheswararao
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI All, Apache Ozone is a scalable object storage and supports s3 compatible interface. It has it's own S3 Gateway server to handle S3 requests. We have a requirement to have multiple S3 gateway server to better handle the load.
I see there is a roundrobin option for http. I am just wondering if the similar option available for multiple s3 addresses which can be tried in roundrobin fashion and if one failed to write, it should try with other weighted server in the list.
Beta Was this translation helpful? Give feedback.
All reactions