feat: enable NC01 Kafka event bus config
This commit is contained in:
@@ -4,12 +4,13 @@ kind: platform-infra-kafka
|
||||
metadata:
|
||||
id: kafka-event-bus
|
||||
owner: unidesk
|
||||
spec: pikasTech/HWLAB#2243
|
||||
spec: pikasTech/HWLAB#2449
|
||||
relatedIssues:
|
||||
- 2243
|
||||
- 2449
|
||||
|
||||
defaults:
|
||||
targetId: D518
|
||||
targetId: NC01
|
||||
switch:
|
||||
enabled: true
|
||||
mode: shadow-produce-only
|
||||
@@ -30,6 +31,13 @@ operator:
|
||||
- kafkausers.kafka.strimzi.io
|
||||
|
||||
targets:
|
||||
- id: NC01
|
||||
route: NC01:k3s
|
||||
namespace: platform-infra
|
||||
role: active
|
||||
enabled: true
|
||||
createNamespace: true
|
||||
storageClassName: local-path
|
||||
- id: D518
|
||||
route: D518:k3s
|
||||
namespace: platform-infra
|
||||
@@ -59,6 +67,24 @@ cluster:
|
||||
mode: deferred-app-integration
|
||||
|
||||
topics:
|
||||
- name: codex-stdio.raw.v1
|
||||
partitions: 1
|
||||
replicas: 1
|
||||
retentionMs: 604800000
|
||||
cleanupPolicy: delete
|
||||
description: AgentRun v0.2 codex stdio raw stdin/stdout/stderr frames for Workbench trace debugging.
|
||||
- name: agentrun.event.v1
|
||||
partitions: 1
|
||||
replicas: 1
|
||||
retentionMs: 604800000
|
||||
cleanupPolicy: delete
|
||||
description: AgentRun v0.2 manager run and command events for HWLAB v0.3 projection.
|
||||
- name: hwlab.event.v1
|
||||
partitions: 1
|
||||
replicas: 1
|
||||
retentionMs: 604800000
|
||||
cleanupPolicy: delete
|
||||
description: HWLAB v0.3 Workbench projection events for SSE passthrough.
|
||||
- name: hwlab.agentrun.command.v1
|
||||
partitions: 1
|
||||
replicas: 1
|
||||
@@ -97,22 +123,34 @@ clients:
|
||||
kafkaUserName: hwlab-v03-cloud-api
|
||||
secretName: hwlab-v03-cloud-api
|
||||
produceTopics:
|
||||
- hwlab.event.v1
|
||||
- hwlab.agentrun.command.v1
|
||||
consumeTopics:
|
||||
- agentrun.event.v1
|
||||
- agentrun.hwlab.event.v1
|
||||
dlqTopics:
|
||||
- agentrun.hwlab.event.dlq.v1
|
||||
- id: agentrun-v02-manager
|
||||
namespace: agentrun-v02
|
||||
serviceAccountName: agentrun-d518-v02-mgr
|
||||
serviceAccountName: agentrun-nc01-v02-mgr
|
||||
kafkaUserName: agentrun-v02-manager
|
||||
secretName: agentrun-v02-manager
|
||||
produceTopics:
|
||||
- agentrun.event.v1
|
||||
- agentrun.hwlab.event.v1
|
||||
consumeTopics:
|
||||
- hwlab.agentrun.command.v1
|
||||
dlqTopics:
|
||||
- hwlab.agentrun.command.dlq.v1
|
||||
- id: agentrun-v02-runner
|
||||
namespace: agentrun-v02
|
||||
serviceAccountName: agentrun-nc01-v02-runner
|
||||
kafkaUserName: agentrun-v02-runner
|
||||
secretName: agentrun-v02-runner
|
||||
produceTopics:
|
||||
- codex-stdio.raw.v1
|
||||
consumeTopics: []
|
||||
dlqTopics: []
|
||||
|
||||
validation:
|
||||
timeoutSeconds: 45
|
||||
@@ -122,5 +160,5 @@ validation:
|
||||
management:
|
||||
defaultTailLimit: 10
|
||||
maxTailLimit: 50
|
||||
defaultShadowTopic: hwlab.agentrun.command.v1
|
||||
defaultShadowTopic: hwlab.event.v1
|
||||
shadowProducerId: unidesk-platform-infra-kafka-cli
|
||||
|
||||
Reference in New Issue
Block a user