[Feature-WIP](CCR): Add ccr doris interface (WIP) (#17881)

This commit is contained in:
Jack Drogon
2023-05-26 23:40:49 +08:00
committed by GitHub
parent e5b0d7a5cd
commit 93933308e6
99 changed files with 4026 additions and 609 deletions

View File

@ -1988,4 +1988,9 @@ public class Config extends ConfigBase {
+ "the detailed information of all the replicas of the tablet,"
+ " including the specific reason why they are unqueryable, will be printed out."})
public static boolean show_details_for_unaccessible_tablet = false;
@ConfField(mutable = false, masterOnly = false, expType = ExperimentalType.EXPERIMENTAL, description = {
"是否启用binlog特性",
"Whether to enable binlog feature"})
public static boolean enable_feature_binlog = false;
}