-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Adds ILMClient for use with transport client #33357
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
Adds ILMClient for use with transport client #33357
Conversation
|
Pinging @elastic/es-core-infra |
gwbrown
left a comment
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.
Does this need tests? I think I recall a conversation where it was noted that transport client stuff isn't really tested, but just asking in case.
Otherwise, LGTM.
|
Are we going all async |
|
Good point @dakrone I'll add the sync methods |
|
@dakrone I pushed a commit with the sync methods |
dakrone
left a comment
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.
I believe this needs to be added to XPackClient similar to how we have the other MonitoringClient, WatcherClient, etc, that way it is accessible rather than instantiating it ourselves
dakrone
left a comment
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.
LGTM, thanks Colin
* Adds ILMClient for use with transport client * add sync methods * adds ILMClient to XPackClient
No description provided.