Remove Deprecated TransportClient #1669
Labels
>breaking
Identifies a breaking change.
enhancement
Enhancement or improvement to existing feature or request
non-issue
bugs / unexpected behaviors that end up non issues; audit trail simple changes that aren't issues
Priority-Low
v2.0.0
Version 2.0.0
Is your feature request related to a problem? Please describe.
TransportClient.java
is deprecated and should be removed and adopt using High Level Rest Client.https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/client/transport/TransportClient.java
There are a lot of references where TransportClient is used, all of the uses cases should be moved a layer above of TCP to Rest (Layer 7).
The intent of this issue is to sanitizing the code base.
The text was updated successfully, but these errors were encountered: