docs: remove legacy bootstrap app reference
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user