-
Notifications
You must be signed in to change notification settings - Fork 10
HTTP Poller docs #112
HTTP Poller docs #112
Conversation
docs/sources/httppoller.md
Outdated
|
|
||
| ## Deploying an Instance of the HTTP Poller Source | ||
|
|
||
| Open the Bridge creation screen and add a source of type `HTTP Source`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this supposed to be HTTP Poller?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **EventSource**: (optional) string that identifies the origin for all CloudEvent messages produced from this source. | ||
| - **Enpoint**: URL location for the remote service to be polled. | ||
| - **Method**: HTTP method. | ||
| - **Frequency**: periodicity for requests formatted as [Go duration][go-duration]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO it should have been named "Interval", but ok...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that would be a change for the CRD.
Since controller and frontend are merged that will need to go through all other layers.
I would suggest to merge this, then I'll try to have those 3 changes (sources/fe/docs) in place
Co-authored-by: Sameer Naik <sameer@triggermesh.com>
Co-authored-by: Sameer Naik <sameer@triggermesh.com>
Add HTTP Poller docs.