Skip to content

Physical AI Edge Fleet C++ Connector Replay 018 - Raw Research Artifact

Status: PASS

This run connects the experimental EdgeFleetFeedConnector to two live ZeptoDB HTTP nodes. The edge node is seeded from the Physical AI SQL fixture, the C++ connector reads the edge outbox through native SQL, and the fleet node receives inbox, materialized operational rows, ACKs, and feed telemetry through SQL inserts.

  • Edge URL: http://127.0.0.1:19441
  • Fleet URL: http://127.0.0.1:19442
  • Outage URL: http://127.0.0.1:1
  • Edge SQL statements applied: 148
  • Fleet seed SQL statements applied: 51
  • Connector batch limit: 12
  • Connector max inflight: 12
  • Edge outbox events: 52
  • Checkpoint: /tmp/zeptodb_edge_fleet_cpp_connector_018.checkpoint
phasepassbatchattemptedackedfaileddroppedduplicateslateacked beforeacked afterrestart reload
outage_probe11212012000000
bounded_recovery_with_drop_duplicate212121111100110
restart_retry_late_delivery31212120011111231
bounded_final_drain41212120023023350
bounded_final_drain51212120035035470
bounded_final_drain65550047047520
checkvalue
edge outbox rows52
fleet inbox rows52
fleet ACK rows52
fleet decision rows5
fleet retrieval rows15
fleet suppression rows32
fleet telemetry rows6
outage telemetry rows1
duplicate telemetry rows5
late telemetry rows1
restart telemetry rows1
recovery JOIN rows5
suppression audit JOIN rows32

The C++ connector preserves edge-local replay state under outage, bounded drop, duplicate, late, and restart phases. Fleet-global audit rows converge after checkpoint reload, and the native JOIN checks prove that recovery recommendations and suppression audit rows remain queryable after materialization.