Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 698 Bytes

File metadata and controls

38 lines (25 loc) · 698 Bytes

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"
  }
}