Reformat/cleanup
All checks were successful
NuGet Package Publish / nuget (push) Successful in 1m10s
All checks were successful
NuGet Package Publish / nuget (push) Successful in 1m10s
This commit is contained in:
@@ -41,6 +41,7 @@ app.Run();
|
||||
## Health Checks
|
||||
|
||||
CBDDC registers health checks that verify:
|
||||
|
||||
- Database connectivity
|
||||
- Latest timestamp retrieval
|
||||
|
||||
@@ -53,6 +54,7 @@ curl http://localhost:5000/health
|
||||
### Cluster
|
||||
|
||||
Best for:
|
||||
|
||||
- Dedicated database servers
|
||||
- Simple deployments
|
||||
- Development/testing environments
|
||||
@@ -60,6 +62,7 @@ Best for:
|
||||
## Server Behavior
|
||||
|
||||
CBDDC servers operate in respond-only mode:
|
||||
|
||||
- Accept incoming sync connections
|
||||
- Respond to sync requests
|
||||
- Do not initiate outbound sync
|
||||
@@ -69,11 +72,11 @@ CBDDC servers operate in respond-only mode:
|
||||
|
||||
### ClusterOptions
|
||||
|
||||
| Property | Type | Default | Description |
|
||||
|----------|------|---------|-------------|
|
||||
| NodeId | string | MachineName | Unique node identifier |
|
||||
| TcpPort | int | 5001 | TCP port for sync |
|
||||
| EnableUdpDiscovery | bool | false | Enable UDP discovery |
|
||||
| Property | Type | Default | Description |
|
||||
|--------------------|--------|-------------|------------------------|
|
||||
| NodeId | string | MachineName | Unique node identifier |
|
||||
| TcpPort | int | 5001 | TCP port for sync |
|
||||
| EnableUdpDiscovery | bool | false | Enable UDP discovery |
|
||||
|
||||
## Production Checklist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user