anthonygauthier/jmeter-elasticsearch-backend-listener

setMaxRetryTimeoutMillis is deprecated and removed from RestClientBuilder

sivaram-vu opened this issue · 2 comments

In ElasticsearchBackendClient, Please remove the usage of setMaxRetryTimeoutMillis as this is deprecated and removed in recent versions.
https://artifacts.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client/6.7.1/org/elasticsearch/client/RestClientBuilder.html#setMaxRetryTimeoutMillis(int).

Good catch! Mind making a PR for it?

Fixed in 2.6.11