Details
-
Sub-task
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Elasticsearch IO uses TransportClient in tests (UT and IT) but uses RestClient in the production code. TransportClient version is coupled with Elasticsearch server version. Use RestClient everywhere to lower the coupling.