SocketStream
Source plugin : SocketStream [Spark]
Descriptionâ
SocketStream
is mainly used to receive Socket
data and is used to quickly verify Spark streaming
computing.
Optionsâ
name | type | required | default value |
---|---|---|---|
host | string | no | localhost |
port | number | no | 9999 |
common-options | string | yes | - |
host [string]â
socket server hostname
port [number]â
socket server port
common options [string]â
Source plugin common parameters, please refer to Source Plugin for details
Examplesâ
socketStream {
port = 9999
}