Skip to content

Commit

Permalink
[DOCS] Fixes breaking changes for low level client (#39930)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Mar 11, 2019
1 parent be350d5 commit 289119d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
[[breaking_70_low_level_restclient_changes]]
=== Low-level REST client changes

[float]
==== Support for `maxRetryTimeout` removed from RestClient

`RestClient` and `RestClientBuilder` no longer support the `maxRetryTimeout`
setting. The setting was removed as its counting mechanism was not accurate
and caused issues while adding little value.

[float]
==== Deprecated flavors of performRequest have been removed

Expand Down
9 changes: 0 additions & 9 deletions docs/reference/migration/migrate_7_0/restclient.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,3 @@ The Cluster Health API used to default to `shards` level to ease migration
from transport client that doesn't support the `level` parameter and always
returns information including indices and shards details. The level default
value has been aligned with the Elasticsearch default level: `cluster`.

=== Low-level REST client changes

[float]
==== Support for `maxRetryTimeout` removed from RestClient

`RestClient` and `RestClientBuilder` no longer support the `maxRetryTimeout`
setting. The setting was removed as its counting mechanism was not accurate
and caused issues while adding little value.

0 comments on commit 289119d

Please sign in to comment.