feat: enable d518 kafka shadow producers
This commit is contained in:
@@ -605,6 +605,11 @@ controlPlane:
|
||||
AGENTRUN_MANAGER_RECONCILER_BATCH_SIZE: "20"
|
||||
AGENTRUN_MANAGER_RECONCILER_ENABLED: "true"
|
||||
AGENTRUN_MANAGER_RECONCILER_INTERVAL_MS: "30000"
|
||||
AGENTRUN_KAFKA_SHADOW_PRODUCE_ENABLED: "true"
|
||||
AGENTRUN_KAFKA_SHADOW_CONSUME_ENABLED: "false"
|
||||
AGENTRUN_KAFKA_BOOTSTRAP_SERVERS: platform-infra-kafka-kafka-bootstrap.platform-infra.svc.cluster.local:9092
|
||||
AGENTRUN_KAFKA_EVENT_TOPIC: agentrun.hwlab.event.v1
|
||||
AGENTRUN_KAFKA_CLIENT_ID: agentrun-v02-manager
|
||||
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: http://otel-collector.platform-infra.svc.cluster.local:4318/v1/traces
|
||||
OTEL_SERVICE_NAME: agentrun-manager
|
||||
UNIDESK_NODE_ID: D518
|
||||
|
||||
@@ -710,6 +710,14 @@ lanes:
|
||||
providerIdFrom: runtimeNodeId
|
||||
defaultProviderProfile: fake-echo
|
||||
codexStdioSupervisor: repo-owned
|
||||
kafkaShadowProducer:
|
||||
enabled: true
|
||||
mode: shadow-produce-only
|
||||
consumeEnabled: false
|
||||
configRef: config/platform-infra/kafka.yaml#clients.hwlab-v03-cloud-api
|
||||
bootstrapServers: platform-infra-kafka-kafka-bootstrap.platform-infra.svc.cluster.local:9092
|
||||
commandTopic: hwlab.agentrun.command.v1
|
||||
clientId: hwlab-v03-cloud-api
|
||||
publicExposure:
|
||||
mode: pk01-caddy-frp
|
||||
publicBaseUrl: https://hwlab.pikapython.com
|
||||
|
||||
@@ -13,7 +13,7 @@ defaults:
|
||||
switch:
|
||||
enabled: true
|
||||
mode: shadow-produce-only
|
||||
appIntegrationEnabled: false
|
||||
appIntegrationEnabled: true
|
||||
shadowProduceEnabled: true
|
||||
shadowConsumeEnabled: false
|
||||
|
||||
@@ -104,7 +104,7 @@ clients:
|
||||
- agentrun.hwlab.event.dlq.v1
|
||||
- id: agentrun-v02-manager
|
||||
namespace: agentrun-v02
|
||||
serviceAccountName: agentrun-manager
|
||||
serviceAccountName: agentrun-d518-v02-mgr
|
||||
kafkaUserName: agentrun-v02-manager
|
||||
secretName: agentrun-v02-manager
|
||||
produceTopics:
|
||||
|
||||
Reference in New Issue
Block a user