DataHub

DataHub sink connector

A sink plugin which use send message to DataHub

Key featuresarrow-up-right

name
type
required
default value

endpoint

string

yes

-

accessId

string

yes

-

accessKey

string

yes

-

project

string

yes

-

topic

string

yes

-

timeout

int

yes

-

retryTimes

int

yes

-

common-options

no

-

endpoint [string]arrow-up-right

your DataHub endpoint start with http (string)

accessId [string]arrow-up-right

your DataHub accessId which cloud be access from Alibaba Cloud (string)

accessKey[string]arrow-up-right

your DataHub accessKey which cloud be access from Alibaba Cloud (string)

project [string]arrow-up-right

your DataHub project which is created in Alibaba Cloud (string)

topic [string]arrow-up-right

your DataHub topic (string)

timeout [int]arrow-up-right

the max connection timeout (int)

retryTimes [int]arrow-up-right

the max retry times when your client put record failed (int)

common optionsarrow-up-right

Sink plugin common parameters, please refer to Sink Common Options for details

Last updated