You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2022/05/05 18:50:53 UTC

[ignite] branch ignite-2.13 updated: IGNITE-16239 Documentation: added the zookeeper-ip-finder-ext extension to the setup page. (#10014)

This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch ignite-2.13
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-2.13 by this push:
     new ecfe65032a0 IGNITE-16239 Documentation: added the zookeeper-ip-finder-ext extension to the setup page. (#10014)
ecfe65032a0 is described below

commit ecfe65032a09a82c5a11c64cfb6ab715926f3f1e
Author: Nikita Amelchev <ns...@gmail.com>
AuthorDate: Thu May 5 21:50:04 2022 +0300

    IGNITE-16239 Documentation: added the zookeeper-ip-finder-ext extension to the setup page. (#10014)
---
 docs/_docs/setup.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/setup.adoc b/docs/_docs/setup.adoc
index 00dbfdb6e27..68d96aa88d6 100644
--- a/docs/_docs/setup.adoc
+++ b/docs/_docs/setup.adoc
@@ -264,8 +264,7 @@ by the Pax Logging API - the logging framework used by Apache Karaf.
 
 |ignite-web | Ignite Web allows you to start nodes inside any web container based on servlet and servlet context listener. In addition, this module provides capabilities to cache web sessions in an Ignite cache.
 
-|ignite-zookeeper | Ignite ZooKeeper provides a TCP Discovery IP Finder that uses a ZooKeeper
-directory to discover other Ignite nodes.
+|link:clustering/zookeeper-discovery[ignite-zookeeper] | ZooKeeper Discovery implementation.
 
 |=======================================================================
 
@@ -285,6 +284,8 @@ The following extensions are available:
 |ignite-spring-data_2.0-ext | Ignite Spring Data 2.0 provides an integration with Spring Data 2.0 framework.
 
 |ignite-spring-data_2.2-ext | Ignite Spring Data 2.2 provides an integration with Spring Data 2.2 framework.
+
+|link:extensions-and-integrations/zookeeper-ip-finder-ext[ignite-zookeeper-ip-finder-ext] | TCP Discovery IP Finder that uses a ZooKeeper directory to locate other Ignite nodes to connect to.
 |=======================================================================
 
 == Setting JVM Options