We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878ae5d commit 6c25c06Copy full SHA for 6c25c06
ydb/core/fq/libs/row_dispatcher/row_dispatcher.cpp
@@ -1,6 +1,7 @@
1
#include "row_dispatcher.h"
2
3
#include "actors_factory.h"
4
+#include "common.h"
5
#include "coordinator.h"
6
#include "leader_election.h"
7
ydb/core/fq/libs/row_dispatcher/ya.make
@@ -2,6 +2,7 @@ LIBRARY()
SRCS(
actors_factory.cpp
+ common.cpp
coordinator.cpp
leader_election.cpp
8
row_dispatcher_service.cpp
0 commit comments