-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix events iteration #5435
Labels
Milestone
Comments
related #5388 |
@klizhentas lets not forget a filter|query field |
@alex-kovoy what filter? this is not the same as search events API I think, this is a separate one for enumeration. @russjones we might port the Search endpoint to GRPC as well, I will write it up |
@russjones @xacrimon ping me about this when you'll start hacking on this. #6160 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Iteration
This change will not require any large refactor, but will require API update.
Implement a new GRPC Events api that adds
StartKey
in addition to limit. This StartKey behavior should be similar to DynamoDB query API that provides pagination:returned value:
API and Client library
Add as official API to teleport/api client library code
The text was updated successfully, but these errors were encountered: