Merge pull request #1701 from pikasTech/feat/kafka-debug-topics
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / unidesk-host- Success

feat: 声明 Kafka 隔离调试 topic
This commit is contained in:
Lyon
2026-07-10 19:36:26 +08:00
committed by GitHub
+17
View File
@@ -80,12 +80,24 @@ topics:
retentionMs: 604800000
cleanupPolicy: delete
description: AgentRun v0.2 manager run and command events for HWLAB v0.3 projection.
- name: agentrun.event.debug.v1
partitions: 1
replicas: 1
retentionMs: 86400000
cleanupPolicy: delete
description: Explicit stdio-derived partial reconstruction events for isolated AgentRun-to-HWLAB source-direct debugging.
- name: hwlab.event.v1
partitions: 1
replicas: 1
retentionMs: 604800000
cleanupPolicy: delete
description: HWLAB v0.3 Workbench projection events for SSE passthrough.
- name: hwlab.event.debug.v1
partitions: 1
replicas: 1
retentionMs: 86400000
cleanupPolicy: delete
description: Isolated source-direct HWLAB debug events for explicit trace replay through debug SSE and production reducers.
- name: hwlab.agentrun.command.v1
partitions: 1
replicas: 1
@@ -125,10 +137,13 @@ clients:
secretName: hwlab-v03-cloud-api
produceTopics:
- hwlab.event.v1
- hwlab.event.debug.v1
- hwlab.agentrun.command.v1
consumeTopics:
- agentrun.event.v1
- agentrun.event.debug.v1
- agentrun.hwlab.event.v1
- hwlab.event.debug.v1
dlqTopics:
- agentrun.hwlab.event.dlq.v1
- id: agentrun-v02-manager
@@ -138,8 +153,10 @@ clients:
secretName: agentrun-v02-manager
produceTopics:
- agentrun.event.v1
- agentrun.event.debug.v1
- agentrun.hwlab.event.v1
consumeTopics:
- codex-stdio.raw.v1
- hwlab.agentrun.command.v1
dlqTopics:
- hwlab.agentrun.command.dlq.v1