Socket
Source plugin : Socket [Flink]
Descriptionâ
Socket as data source
Optionsâ
name | type | required | default value |
---|---|---|---|
host | string | no | localhost |
port | int | no | 9999 |
common-options | string | no | - |
host [string]â
socket server hostname
port [int]â
socket server port
common options [string]â
Source plugin common parameters, please refer to Source Plugin for details
Examplesâ
source {
SocketStream{
result_table_name = "socket"
field_name = "info"
}
}