We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b9482 commit e44d54eCopy full SHA for e44d54e
resources/cluster/README.md
@@ -0,0 +1,13 @@
1
+# Vert.x Cluster Configuration
2
+
3
+By default, the Vert.x cluster manager based on Infinispan uses _multicast_. If your network does not support
4
+_multicast_, you can configure Infinispan to use another discovery protocol such as _unicast_.
5
6
+Infinispan is based on _JGroups_, and to configure the discovery, you must provide a `jgroups.xml` file in the
7
+application `CLASSPATH`.
8
9
+The `jgroups.xml` file available in this directory is configured to use _unicast_ on 127.0.0.1. You will only
10
+discover applications running on the same machine. To use this configuration, just copy the file to the
11
+`src/main/resources` directory of your source code.
12
13
0 commit comments