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

[OCS] Support for dynamic bucket size based on rate of data consumption. #811

Open
vihangpatil opened this issue Sep 4, 2019 · 0 comments

Comments

@vihangpatil
Copy link
Member

Problem description

We end up configuring a large bucket size on PGW, OCSGW or OCS which can handle fastest data consumption.
But most of the users do not consume data at a peak rate.
Due to the large bucket size, the consumption happens in large steps (of 100 MB, for e.g.).
There is also a risk of large data to be unaccounted for due to technical issues like restart in components or delayed/lost messages between them.

Solution

Instead of having a large bucket size to handle the fastest data consumption, the bucket size should be proportionate for the moderate data consumption, but which can dynamically increase if someone is consuming at higher rates.

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