Ihor Vovk

Results 6 issues of Ihor Vovk

This addresses https://github.com/Philippus/elastic4s/issues/2379. Overall I deleted more code than I've added which is a good sign. * `AkkaHttpClient` and `PekkoHttpClient` were wrapping a lot of `Future`'s under the hood –...

Documentation on [credentials](https://github.com/Philippus/elastic4s/blob/main/docs/clients.md#credentials) says that credentials should be passed manually to http clients through their own mechanisms of hooks. I did the same in http4s client https://github.com/Philippus/elastic4s/pull/3118, but now when...

Addresses https://github.com/Philippus/elastic4s/issues/3122. I copied authentication settings that were introduced in http4s PR https://github.com/Philippus/elastic4s/pull/3118, will be happy to remove them from http4s PR after this will be merged. Also, they are...

Hi! I don't know if there is space for another client, but it seemed appropriate for me to add it, since it's kinda mainstream client in `cats-effect` ecosystem (http4s/circe/cats-effect). I...

If I understood correctly, running tests locally now requires manually launching elasticsearch instance. Also it is done this way in GitHub Actions build script. This can be improved by using...

Hi! In one of our Kubernetes clusters we deploy the same infrastructure under different Kubernetes namespaces (basically different dev envs). Right now we install XDS in each Kubernetes namespace, as...