跳到主要内容
版本:2.3.10

DataHub

DataHub 接收器连接器

描述

一个使用向 DataHub 发送消息的接收器插件

关键特性

选项

名称类型必需默认值
endpointstring-
accessIdstring-
accessKeystring-
projectstring-
topicstring-
timeoutint-
retryTimesint-
common-options-

endpoint [string]

您的DataHub端点以http开头

accessId [string]

您的DataHub accessId可以从阿里云访问哪个云

accessKey[string]

您的DataHub accessKey可以从阿里云访问哪个云

project [string]

您在阿里云中创建的DataHub项目

topic [string]

您的DataHub主题

timeout [int]

最大连接超时

retryTimes [int]

客户端放置记录失败时的最大重试次数

common options

接收器插件常用参数,详见 Sink Common Options

示例

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

变更日志

Change Log
ChangeCommitVersion
[improve] datahub sink options (#8744)https://github.com/apache/seatunnel/commit/88f35bd702.3.10
[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)https://github.com/apache/seatunnel/commit/6b7c53d032.3.9
[Improve] Remove use SeaTunnelSink::getConsumedType method and mark it as deprecated (#5755)https://github.com/apache/seatunnel/commit/8de7408102.3.4
[Improve][build] Give the maven module a human readable name (#4114)https://github.com/apache/seatunnel/commit/d7cd601052.3.1
[Improve][Project] Code format with spotless plugin. (#4101)https://github.com/apache/seatunnel/commit/a2ab166562.3.1
[Hotfix][OptionRule] Fix option rule about all connectors (#3592)https://github.com/apache/seatunnel/commit/226dc6a112.3.0
[Improve][Connector-V2][DataHub] Unified exception for DataHub sink connector & change package name of DataHub (#3446)https://github.com/apache/seatunnel/commit/395635fa12.3.0
[improve][connector] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterface#getPluginName (#3328)https://github.com/apache/seatunnel/commit/d9519d6962.3.0
[Improve][Connector-V2][DataHub] Add DataHub Sink Factory (#3323)https://github.com/apache/seatunnel/commit/685978d062.3.0
[#2606]Dependency management split (#2630)https://github.com/apache/seatunnel/commit/fc047be692.2.0-beta
[Feature][Connector-V2]Support datahub sink (#2558)https://github.com/apache/seatunnel/commit/43600a7042.2.0-beta