Follow up of https://github.com/elastic/docs/pull/701.
This commit is contained in:
Tomas Della Vedova
2019-03-28 17:34:45 +01:00
committed by GitHub
parent 22d65e54ac
commit e98edffd02
10 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,4 @@
[[child-client]]
== Creating a child client
There are some use cases where you may need multiple instances of the client. You can easily do that by calling `new Client()` as many times as you need, but you will lose all the benefits of using one single client, such as the long living connections and the connection pool handling. +