Skip to main content
Version: 2.1.1

Webhook

Description​

Provide http interface to push data,only supports post requests.

tip

Engine Supported and plugin name

  • Spark: Webhook
  • Flink

Options​

nametyperequireddefault value
portintno9999
pathstringno/

port[int]​

Port for push requests, default 9999.

path[string]​

Push request path, default "/".

common options [string]​

Source plugin common parameters, please refer to Source Plugin for details.

Example​

Webhook {
result_table_name = "request_body"
}