NSQEventSource describes the event source for NSQ PubSub More info at https://godoc.org/github.com/nsqio/go-nsq
Name | Type | Description | Notes |
---|---|---|---|
tls | io.argoproj.events.models.common.TLSConfig | [optional] | |
connectionBackoff | io.argoproj.events.models.common.Backoff | [optional] | |
jsonBody | Boolean | JSONBody specifies that all event body payload coming from this source will be JSON | [optional] |
filter | EventSourceFilter | [optional] | |
topic | String | Topic to subscribe to. | |
hostAddress | String | HostAddress is the address of the host for NSQ lookup | |
channel | String | Channel used for subscription | |
metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |