Skip to content

Commit df6ec26

Browse files
authored
Router config: set peers_failover_brokering to false (#341)
1 parent 271da8d commit df6ec26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rmw_zenoh_cpp/config/DEFAULT_RMW_ZENOH_ROUTER_CONFIG.json5

+3-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@
157157
/// directly connected to it if it detects that those peers are not
158158
/// connected to each other.
159159
/// The failover brokering only works if gossip discovery is enabled.
160-
peers_failover_brokering: true,
160+
/// ROS setting: disabled by default because it serves no purpose when each peer connects directly to all others,
161+
/// and it introduces additional management overhead and extra messages during system startup.
162+
peers_failover_brokering: false,
161163
},
162164
/// The routing strategy to use in peers and it's configuration.
163165
peer: {

0 commit comments

Comments
 (0)