Open lenguyenthanh opened 6 days ago
This is to avoid conversion between ElasticNodeEndpoint to http4s.Uri for every request. Which'll save us some allocation, hence more performance. This also allows users to pass http4s.Uri directly to Http4sClient.
cc @igor-vovk
This is to avoid conversion between ElasticNodeEndpoint to http4s.Uri for every request. Which'll save us some allocation, hence more performance. This also allows users to pass http4s.Uri directly to Http4sClient.