Skip to content

Commit

Permalink
misc: some documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <[email protected]>
  • Loading branch information
Miaxos committed Feb 2, 2024
1 parent 8ebfae1 commit e25a269
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/roster/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use std::sync::Arc;

use application::server::ServerConfigBuilder;
use infrastructure::config::Cfg;

use crate::domain::cluster::Cluster;
// use infrastructure::instruments::Instruments;

#[cfg(debug_assertions)]
Expand All @@ -30,6 +32,7 @@ fn main() -> anyhow::Result<()> {
// Initialize Roster WAN clusturing (federation)

// Initialize Roster LAN clusturing
// If no cluster, it means we run in `standalone` mode.

// Initialize server with Redis Protocol to accept connections;
let server = ServerConfigBuilder::default()
Expand Down
4 changes: 4 additions & 0 deletions docs/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ AZ[^1] or even in the same datacenter. Later we could even add some rack
awarness if needed.

[^1]: Availability Zone.

### Autopilot

TODO

0 comments on commit e25a269

Please sign in to comment.