From 61cc15ab07134740ea17766dc78187b29f6ec756 Mon Sep 17 00:00:00 2001 From: lingniu Date: Wed, 1 Jul 2026 15:56:09 +0800 Subject: [PATCH] docs: remove legacy bootstrap app reference --- docs/operations/gb32960-service-split-runbook.md | 2 +- .../ingest/historyapp/PortainerComposeResourceLimitsTest.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/operations/gb32960-service-split-runbook.md b/docs/operations/gb32960-service-split-runbook.md index 6afc1d17..ead061ab 100644 --- a/docs/operations/gb32960-service-split-runbook.md +++ b/docs/operations/gb32960-service-split-runbook.md @@ -301,7 +301,7 @@ Observed on 2026-06-23 in worktree `.worktrees/gb32960-service-split`: Observed on 2026-06-23 with Kafka `114.55.58.251:9092`: -- Replaced the local `bootstrap-all` listener on TCP `32960` with `gb32960-ingest-app` on TCP `32960` and HTTP `20100`. +- `gb32960-ingest-app` handled TCP `32960` and HTTP `20100`. - Ingest app health check `curl -sS http://127.0.0.1:20100/actuator/health` returned `{"status":"UP"}`. - Kafka AdminClient confirmed topics `vehicle.raw.gb32960.v1` and `vehicle.event.gb32960.v1` existed, and created `vehicle.dlq.gb32960.v1`. - The app accepted the live Hyundai platform connection from `8.134.95.166`, authenticated platform login, and received real GB32960 realtime/report/login/logout frames. diff --git a/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java b/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java index 028f005b..354459a3 100644 --- a/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java +++ b/modules/apps/vehicle-history-app/src/test/java/com/lingniu/ingest/historyapp/PortainerComposeResourceLimitsTest.java @@ -496,6 +496,7 @@ class PortainerComposeResourceLimitsTest { .contains(activeBuildCommand) .contains("modules/apps/yutong-mqtt-app/target/yutong-mqtt-app.jar") .doesNotContain("20482") + .doesNotContain("bootstrap-all") .doesNotContain("mvn -pl :gb32960-ingest-app,:vehicle-history-app,:vehicle-analytics-app") .doesNotContain("mvn -pl :gb32960-ingest-app,:jt808-ingest-app,:vehicle-history-app,:vehicle-analytics-app") .doesNotContain("repackaged all three app jars");