Skip to main content
Version: 2.3.0

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-
common-optionsno-

endpoint [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)

common optionsโ€‹

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

Exampleโ€‹

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

Changelogโ€‹

2.2.0-beta 2022-09-26โ€‹

  • Add DataHub Sink Connector