Added a link to additional setuop for the failover example.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/325cd6c4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/325cd6c4 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/325cd6c4 Branch: refs/heads/ignite-7777 Commit: 325cd6c4310d2b0fb51f146c604efd3877cf5e1a Parents: a45b3d2 Author: Pavel Petroshenko <[email protected]> Authored: Wed Jun 20 17:29:27 2018 +0300 Committer: Pavel Petroshenko <[email protected]> Committed: Wed Jun 20 17:29:27 2018 +0300 ---------------------------------------------------------------------- modules/platforms/nodejs/examples/README.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/325cd6c4/modules/platforms/nodejs/examples/README.md ---------------------------------------------------------------------- diff --git a/modules/platforms/nodejs/examples/README.md b/modules/platforms/nodejs/examples/README.md index c276953..94b1433 100644 --- a/modules/platforms/nodejs/examples/README.md +++ b/modules/platforms/nodejs/examples/README.md @@ -64,6 +64,8 @@ This example demonstrates how to establish a secure connection to an Ignite node Source: [FailoverExample.js](./FailoverExample.js) +This example requires [additional setup](#additional-setup-for-failoverexample). + This example demonstrates the failover behavior of the client - configures the client to connect to a set of nodes - connects to a node
