fix: restore Kafka workbench authority

This commit is contained in:
AgentRun-Codex
2026-07-14 12:43:46 +02:00
parent 6ae0d1b5a4
commit f9f9f42c4a
23 changed files with 1170 additions and 254 deletions
+3
View File
@@ -372,7 +372,10 @@ 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
};