http.receiver
Receives HTTP requests and process the data.
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| batch_size | integer | Maximum number of records yielded per downstream batch. Default: 1000Minimum: 1 | |
| flush_ms | integer, null | If set, flush a partial batch after this many ms of inactivity. null or omitted = wait until batch_size or end-of-stream. Default: 1000Minimum: 1 | |
| host | string | Host to listen Default: "0.0.0.0" | |
| port | integer | Port to listen Default: 8080 |
Example
host: localhost
port: 8080