Skip to content

Commit e44d54e

Browse files
committed
Add instructions
1 parent f5b9482 commit e44d54e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: resources/cluster/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)