跳到主要内容
版本:2.2.0-beta

Datahub

Datahub sink connector

Description

A sink plugin which use send message to datahub

Key features

Options

nametyperequireddefault value
endpointstringyes-
accessIdstringyes-
accessKeystringyes-
projectstringyes-
topicstringyes-
timeoutintyes-
retryTimesintyes-

url [string]

your datahub endpoint start with http (string)

accessId [string]

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

accessKey[string]

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

project [string]

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

topic [string]

your datahub topic (string)

timeout [int]

the max connection timeout (int)

retryTimes [int]

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

Example

sink {
DataHub {
endpoint="yourendpoint"
accessId="xxx"
accessKey="xxx"
project="projectname"
topic="topicname"
timeout=3000
retryTimes=3
}
}