Skip to content

Commit

Permalink
Update readme for mqtt connector
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
  • Loading branch information
viveksyngh authored and alexellis committed Jul 2, 2020
1 parent 7f24803 commit 3153052
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions chart/mqtt-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ Configure via `values.yaml`.

| Parameter | Description | Example |
| ------------------------ | ------------------------------------------------------------------------- | ------------------------------------------- |
| `topic` | A single topic for subscription, install broker once for each topic | `drone-position` |
| `broker` | A TCP address or websocket for the MQTT broker subscription | `tcp://test.mosquitto.org:1883` |
| `topic` | A single topic for subscription, install broker once for each topic | `sample-topic/` |
| `broker` | A TCP address or websocket for the MQTT broker subscription | `tcp://emitter:8080` |
| `clientID` | An ID to represent this client | `testgoid` |
| `upstream_timeout` | Maximum timeout for function as (Golang duration) | `15s` |
| `rebuild_interval` | Interval between rebuilding map of functions vs. topics (Golang duration) | `10s` |
| `authPassword` | Password for broker authentication| `""` |
| `asyncInvoke` | Invoke using function's asynchronous route | `false` |
| `basic_auth` | Basic authentication for gateway enabled | `true` |

0 comments on commit 3153052

Please sign in to comment.