DataHub sink connector
A sink plugin which use send message to DataHub
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 | - |
your DataHub endpoint start with http (string)
your DataHub accessId which cloud be access from Alibaba Cloud (string)
your DataHub accessKey which cloud be access from Alibaba Cloud (string)
your DataHub project which is created in Alibaba Cloud (string)
your DataHub topic (string)
the max connection timeout (int)
the max retry times when your client put record failed (int)
Sink plugin common parameters, please refer to Sink Common Options for details
sink {
DataHub {
endpoint="yourendpoint"
accessId="xxx"
accessKey="xxx"
project="projectname"
topic="topicname"
timeout=3000
retryTimes=3
}
}
- Add DataHub Sink Connector