Skip to content

Commit

Permalink
Adding missing member-list element.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Dec 27, 2022
1 parent 5aac255 commit 44b824c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/modules/clusters/pages/discovering-by-tcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ XML::
<network>
<join>
<tcp-ip enabled="true">
<member>machine1</member>
<member>machine2</member>
<member>machine3:5799</member>
<member>192.168.1.0-7</member>
<member>192.168.1.21</member>
<member-list>
<member>machine1</member>
<member>machine2</member>
<member>machine3:5799</member>
<member>192.168.1.0-7</member>
<member>192.168.1.21</member>
</member-list>
</tcp-ip>
</join>
</network>
Expand Down Expand Up @@ -75,4 +77,4 @@ By default, Hazelcast binds to all local network interfaces to accept incoming
traffic. You can change this behavior using the system property `hazelcast.socket.bind.any`.
If you set this property to `false`, Hazelcast uses the interfaces specified in the `interfaces`
element (see the xref:network-configuration.adoc#interfaces[Interfaces Configuration section]). If no interfaces are
provided, then it tries to resolve one interface to bind from the `member` elements.
provided, then it tries to resolve one interface to bind from the `member` elements.

0 comments on commit 44b824c

Please # to comment.