Skip to main content
Version: 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
}
}