-
Notifications
You must be signed in to change notification settings - Fork 486
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
Add pagination support to events based cache #4826
Conversation
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @faisal-memon! Looks good. Paging behavior should probably be covered by a unit test before we merge.
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
@azdagron Thanks for reviewing. Added the unit tests and moved this out of draft. |
* Add pagination support to events based cache Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Add pagination support to events based cache Signed-off-by: Faisal Memon <fymemon@yahoo.com>
* Add pagination support to events based cache Signed-off-by: Faisal Memon <fymemon@yahoo.com>
Pull Request check list
Affected functionality
Events based cache
Description of change
The events based cache lists all entries on start up. This change paginates that initial list entries request.
Marking as draft until I have some unit tests for it.Which issue this PR fixes
fixes #4735