fix: restore HWLAB Kafka runtime env rendering

This commit is contained in:
Codex
2026-07-16 23:02:18 +02:00
parent 0bd16f5b42
commit 30cd8ded85
5 changed files with 103 additions and 8 deletions
@@ -39,6 +39,11 @@ test("patches YAML-owned Code Agent and Kafka runtime settings", () => {
HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE: "agentrun-v02",
HWLAB_KAFKA_ENABLED: "true",
HWLAB_KAFKA_AGENTRUN_EVENT_CONSUME_ENABLED: "true",
HWLAB_KAFKA_BOOTSTRAP_SERVERS: "kafka.platform-infra.svc.cluster.local:9092",
HWLAB_KAFKA_STDIO_TOPIC: "agentrun.stdio.v1",
HWLAB_KAFKA_AGENTRUN_EVENT_TOPIC: "agentrun.event.v1",
HWLAB_KAFKA_EVENT_TOPIC: "hwlab.event.v1",
HWLAB_KAFKA_CLIENT_ID: "hwlab-v03",
HWLAB_KAFKA_DIRECT_PUBLISH_ENABLED: "true",
HWLAB_KAFKA_TRANSACTIONAL_PROJECTOR_ENABLED: "false",
HWLAB_KAFKA_PROJECTOR_GROUP_ID: "hwlab-projector",
@@ -88,6 +93,11 @@ function overlay(runtimePath: string) {
codexStdioSupervisor: "repo-owned",
kafkaEventBridge: {
enabled: true,
bootstrapServers: "kafka.platform-infra.svc.cluster.local:9092",
stdioTopic: "agentrun.stdio.v1",
agentRunEventTopic: "agentrun.event.v1",
hwlabEventTopic: "hwlab.event.v1",
clientId: "hwlab-v03",
features: {
directPublish: true,
liveKafkaSse: true,