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