Skip to content

Commit

Permalink
Router config: set peers_failover_brokering to false (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch authored Dec 17, 2024
1 parent 271da8d commit df6ec26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rmw_zenoh_cpp/config/DEFAULT_RMW_ZENOH_ROUTER_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
/// directly connected to it if it detects that those peers are not
/// connected to each other.
/// The failover brokering only works if gossip discovery is enabled.
peers_failover_brokering: true,
/// ROS setting: disabled by default because it serves no purpose when each peer connects directly to all others,
/// and it introduces additional management overhead and extra messages during system startup.
peers_failover_brokering: false,
},
/// The routing strategy to use in peers and it's configuration.
peer: {
Expand Down

0 comments on commit df6ec26

Please sign in to comment.