feat: Read-write switching in ETLng (#2199)

Fixes #1597
This commit is contained in:
Alex Kremer
2025-06-11 17:53:14 +01:00
committed by GitHub
parent 35c90e64ec
commit 743c9b92de
29 changed files with 816 additions and 181 deletions

View File

@@ -43,7 +43,7 @@ struct ETLExtractorTest : util::prometheus::WithPrometheus, NoLoggerFixture {
{
state_.isStopping = false;
state_.writeConflict = false;
state_.isReadOnly = false;
state_.isStrictReadonly = false;
state_.isWriting = false;
}