[feature-wip](executor)Fe send topic info to be (#25798)

This commit is contained in:
wangbo
2023-10-26 15:52:48 +08:00
committed by GitHub
parent 2229d82acd
commit 1ba8a9bae4
25 changed files with 421 additions and 182 deletions

View File

@ -2268,4 +2268,6 @@ public class Config extends ConfigBase {
})
public static int sync_image_timeout_second = 300;
@ConfField(mutable = true, masterOnly = true)
public static int publish_topic_info_interval_ms = 30000; // 30s
}