Peter-Josef Meisch

Results 140 comments of Peter-Josef Meisch

where is `retryExponentialBackoff` defined? Anyway, a retry on a Flux resubscribes to the source sequence and so starts again. You could work around this probably doing paged requests and keeping...

thanks for the info and that code. The `sendRequest` method does call `execute` and there is already some basic connection error handling - which does not include 429 handling. Maybe...

This currently is not possible. I change the title of the issue to reflect what this is about. Comment: When using the old RestHighLevelClient had the possibility to get request...

When using the configuration class as described in the documentation (https://github.com/spring-projects/spring-data-elasticsearch/blob/main/src/main/asciidoc/reference/elasticsearch-clients.adoc#imperative-rest-client), it is possible to provide user defined `co.elastic.clients.transport.TransportOptions` which will be added by the transport to each request. So...

falsely linked from PR #1894

This is still an open issue.

That's the way it should go I think. Two big things to do: ### Configuration The current code for Elasticsearch uses the same configuration class `org.springframework.data.elasticsearch.client.ClientConfiguration` for both the old...

Hi, I will have a look these days. For your info: I will be in a call probably next week with a Product Manager for OpenSearch from Amazon and with...

looks alright for me as a start on the new repository. I just changed the `InetSocketAddressParser` visiblity in _main_ (#2227) so that when you rebase on _main_ all changes from...

This PR won't be merged. Please read the comment on the issue in https://github.com/spring-projects/spring-data-elasticsearch/issues/1918#issuecomment-1182798335 and https://github.com/opensearch-project/opensearch-clients/issues/28. After the repository is created by Opensearch the code from this PR will be...