apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/deadpool.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: 01dd59fe62efaa54a57984922d6eb953 creationTimestamp: "2026-07-28T07:56:26Z" generation: 6 labels: branch: main build: "92" context: release created-by-lighthouse: "true" event-GUID: d3507328-8a59-11f1-9d3f-9cf93832a13a lighthouse.jenkins-x.io/baseSHA: 3af2bb2110bc717b16a6393860b748d59d1f17f6 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1785225386519" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: pitaltrade-deadpool-main-release-w6bw7 lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: 3af2bb2110bc717b16a6393860b748d59d1f17f6 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: deadpool lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: pitaltrade-deadpool-main-release-7pc92-from-build-pack-pod provider: github repository: deadpool tekton.dev/pipeline: pitaltrade-deadpool-main-release managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.22 operation: Update time: "2026-07-28T08:02:58Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:completedTimestamp: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-07-28T08:16:06Z" name: greencapitaltrade-deadpool-main-92 namespace: jx resourceVersion: "222866807" uid: f4e7ea5e-f9eb-4538-a7fd-a317ac5bcab0 spec: baseSHA: 3af2bb2110bc717b16a6393860b748d59d1f17f6 batchPipelineActivity: {} build: "92" buildLogsUrl: s3://logs-gct-prod-20260425045301534100000007/jenkins-x/logs/greencapitaltrade/deadpool/main/92.log completedTimestamp: "2026-07-28T08:15:49Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: deadpool gitUrl: https://github.com/greencapitaltrade/deadpool.git lastCommitMessage: | feat(consumer): [#149] dedicated command consumer so telemetry cannot delay commands Closes #153. Commands and telemetry shared one consumer, one group, and one sequential recv() loop. That loop fully handles each message before taking the next, so a telemetry backlog — or a single message burning its retry ladder — stalled every partition assigned to that pod, including the latency-critical commands partition. Observed in production: an engine_restore sat unconsumed in deadpool.iot.commands for ~12 minutes while its partition had a live owner and that pod was processing ~216 telemetry messages/minute. By the time a rebalance forced pickup the device had disconnected and the command was undeliverable. For engine cutoff/restore that is a safety problem, not a latency one. Split the command topic out of the telemetry subscription and give it its own consumer, its own consumer group (`-commands`, overridable via COMMAND_CONSUMER_GROUP) and its own task. Telemetry volume can no longer delay command delivery — the two no longer share a poll loop or a group assignment. The command loop commits offsets only after the processor has returned for a message, matching the telemetry loop (no timer-driven commits). Deployments without a command topic configured still start: the telemetry consumer runs and the command consumer is skipped with a warning. Follow-ups still open under #149: per-partition concurrency within the telemetry loop (#154 hardening, #155 observability). Co-Authored-By: Claude Opus 4.8 (1M context) lastCommitSHA: ef4713d9d831d9059bea9833c4475c6f924dd08b message: 'Tasks Completed: 1 (Failed: 1, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/deadpool/main releaseNotesURL: https://github.com/greencapitaltrade/deadpool/releases/tag/v0.61.0 startedTimestamp: "2026-07-28T07:56:26Z" status: Failed steps: - kind: Stage stage: completedTimestamp: "2026-07-28T08:15:49Z" name: from build pack startedTimestamp: "2026-07-28T07:56:57Z" status: Failed steps: - completedTimestamp: "2026-07-28T07:56:58Z" name: Git Clone startedTimestamp: "2026-07-28T07:56:57Z" status: Succeeded - completedTimestamp: "2026-07-28T07:57:00Z" name: Next Version startedTimestamp: "2026-07-28T07:56:59Z" status: Succeeded - completedTimestamp: "2026-07-28T07:57:11Z" name: Jx Variables startedTimestamp: "2026-07-28T07:57:08Z" status: Succeeded - completedTimestamp: "2026-07-28T08:02:30Z" name: Build Cargo Install startedTimestamp: "2026-07-28T07:57:27Z" status: Succeeded - completedTimestamp: "2026-07-28T08:02:32Z" name: Check Registry startedTimestamp: "2026-07-28T08:02:30Z" status: Succeeded - completedTimestamp: "2026-07-28T08:02:34Z" name: Build Server Image startedTimestamp: "2026-07-28T08:02:33Z" status: Succeeded - completedTimestamp: "2026-07-28T08:02:38Z" name: Build Consumer Image startedTimestamp: "2026-07-28T08:02:35Z" status: Succeeded - completedTimestamp: "2026-07-28T08:02:40Z" name: Build Mqtt Image startedTimestamp: "2026-07-28T08:02:38Z" status: Succeeded - completedTimestamp: "2026-07-28T08:02:59Z" name: Promote Changelog startedTimestamp: "2026-07-28T08:02:40Z" status: Succeeded - completedTimestamp: "2026-07-28T08:03:05Z" name: Promote Helm Release startedTimestamp: "2026-07-28T08:02:59Z" status: Succeeded - completedTimestamp: "2026-07-28T08:15:49Z" name: Promote Jx Promote startedTimestamp: "2026-07-28T08:03:06Z" status: Failed - completedTimestamp: "2026-07-28T08:15:49Z" name: Publish Org Kb startedTimestamp: "2026-07-28T07:58:15Z" status: Failed version: 0.61.0 status: {}