Skip to content

Commit

Permalink
Update mqtt.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage authored Jan 8, 2020
1 parent d742434 commit dafdab3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/event-sources/mqtt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@ metadata:
spec:
type: "mqtt"
mqtt:
# no retries if connection to mqtt service is not successful
example-without-retry:
# url of your mqtt service
url: "tcp://mqtt.argo-events:1883"
# topic name
topic: "foo"
# client id
clientId: 1234

# retry after each backoff to set up a successful connection
example-with-retry:
url: "tcp://mqtt.argo-events:1883"
topic: "bar"
Expand Down

0 comments on commit dafdab3

Please sign in to comment.