[7.x][DOCS] Adds Configuration section to Node.JS docs (#1396)

This commit is contained in:
István Zoltán Szabó
2021-02-01 15:43:27 +01:00
committed by GitHub
parent 5eab7e9c75
commit eeacdffd45
6 changed files with 382 additions and 373 deletions

View File

@ -1,5 +1,5 @@
[[child-client]]
== Creating a child client
[[child]]
=== 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