Skip to content

Commit c53e3cc

Browse files
Add a warning about removing disc.service v1 (neo4j#1947)
1 parent 0501341 commit c53e3cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

modules/ROOT/pages/clustering/setup/discovery.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Neo4j provides several mechanisms for cluster members to discover each other and
1111

1212
[IMPORTANT]
1313
====
14-
From Neo4j 5.23, a new version v2 has been introduced.
15-
The new version v2 is recommended for new deployments.
16-
The current version v1 has been deprecated.
17-
However, existing deployments can continue to use the current version v1 in all Neo4j 5.x versions.
14+
In Neo4j 5.23, the discovery service v2 has been introduced.
15+
The new version, v2, is recommended for new deployments.
16+
17+
The current version, v1, has been deprecated and will be removed in a future release.
18+
Therefore, it is highly recommended to move from v1 to v2.
19+
For details, see <<clustering-discovery-v1-to-v2, Moving from discovery service v1 to v2>>.
1820
====
1921

2022
The new version v2 introduces the following configuration settings to control the discovery service:

0 commit comments

Comments
 (0)