logsdb: enable partial leader election

This commit is contained in:
Miroslav Crnic
2024-10-11 09:52:18 +01:00
committed by GitHub Enterprise
parent 8372115b49
commit 48c3aa7d4a
17 changed files with 165 additions and 197 deletions
+2 -3
View File
@@ -28,9 +28,8 @@ struct CDCOptions {
// LogsDB settings
bool dontDoReplication = false;
bool forceLeader = false;
LogIdx forcedLastReleased = 0;
bool avoidBeingLeader = true;
bool noReplication = false;
};
void runCDC(CDCOptions& options);