mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 02:04:37 +08:00
- driver replicas are per-instance nodes with their own RabbitMQ command queues (group=dc3.driver.client, key service.node), not workers over shared queues; FAQ now also states Compose/Swarm keep protocol drivers at 1 replica (shared driver_data / SQLite outbox) - fail-fast gate covers AUTH_HMAC_SECRET only; DC3_SECURITY_KEY is non-empty-checked, so a weak default still boots - 6271 is intended as the device UDP channel but every publish site omits /udp / protocol: UDP and actually publishes TCP - say so - k8s scaling note: scaled driver pods are independent nodes, not one shared worker pool - swarm runbook: pushing dependency images is a multi-node requirement, a local build is fine on a single node - USAGE.md: NODE_ENV bullet narrowed to weak AUTH_HMAC_SECRET rejected