1 Star 0 Fork 277

lovezhou1990 / SeaTunnel

forked from Apache SeaTunnel / SeaTunnel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Datahub.md 1.63 KB
一键复制 编辑 原始数据 按行查看 历史

DataHub

DataHub sink connector

Description

A sink plugin which use send message to DataHub

Key features

Options

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 -

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
Java
1
https://gitee.com/ljzhou/SeaTunnel.git
git@gitee.com:ljzhou/SeaTunnel.git
ljzhou
SeaTunnel
SeaTunnel
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891