Commit 84dd9af
Ignacio Van Droogenbroeck
docs: document ARC_MQTT_ENABLED env var to enable the MQTT subsystem
The integrations/mqtt.md quick-start only showed editing arc.toml, which
is the wrong path for containerised deployments — edits inside a running
container don't survive a restart, leading to confusing "Cannot POST
/api/v1/mqtt/subscriptions" errors when the routes are gated on the
manager being initialised at startup.
- configuration/overview.md: add ARC_MQTT_ENABLED=true to the env-var
Features block alongside the other feature toggles.
- integrations/mqtt.md: split "Enable MQTT in Arc" into Option A (env
var, recommended for Docker/Kubernetes, with docker-compose +
docker run snippets) and Option B (arc.toml, with a note about
in-container edits not persisting). Add a verification curl +
response-shape table covering healthy / disabled-200 / disabled-503
/ Cannot-GET so users can self-diagnose.1 parent f03e61e commit 84dd9af
2 files changed
Lines changed: 39 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
40 | 63 | | |
41 | 64 | | |
42 | 65 | | |
43 | 66 | | |
44 | 67 | | |
45 | 68 | | |
46 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
47 | 83 | | |
48 | 84 | | |
49 | 85 | | |
| |||
0 commit comments