-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Async search observable can return a non-final response #64132 #64155
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
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.
Looks good to me ;).
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.
Code change LGTM.
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…elastic#64155) * resolves elastic#64132 * simplify condition * added IAsyncSearchResponse type * update and add jest tests
…elastic#64155) * resolves elastic#64132 * simplify condition * added IAsyncSearchResponse type * update and add jest tests
@lizozom Can you provide a little more details about how this fixes the problem and what the problem is? I want to verify that consumers of |
@nreese the problem here was not handling an error state returned by ES properly. |
So clients of |
Summary
Resolves #64132
Checklist
Delete any items that are not applicable to this PR.
For maintainers