fix: 删除 Workbench 旧实时架构分支

This commit is contained in:
root
2026-07-14 04:37:35 +02:00
parent 3e03e94e35
commit fc87a7e5f7
20 changed files with 122 additions and 1198 deletions
-3
View File
@@ -372,10 +372,7 @@ export async function buildHealthPayload(options = {}) {
async function kafkaProjectorHealth(projector, { liveProbe = false } = {}) {
if (!projector?.started) return { started: false, reason: projector?.reason ?? "disabled", valuesRedacted: true };
const identity = {
capabilities: projector.capabilities ?? null,
directPublishGroupId: projector.directPublishGroupId ?? null,
projectorGroupId: projector.projectorGroupId ?? null,
hwlabEventGroupId: projector.hwlabEventGroupId ?? null,
agentRunTopic: projector.agentRunTopic,
hwlabTopic: projector.hwlabTopic
};