OpenMldb

OpenMldb source connector

Used to read data from OpenMldb.

Key featuresarrow-up-right

name
type
required
default value

cluster_mode

boolean

yes

-

sql

string

yes

-

database

string

yes

-

host

string

no

-

port

int

no

-

zk_path

string

no

-

zk_host

string

no

-

session_timeout

int

no

10000

request_timeout

int

no

60000

common-options

no

-

cluster_mode [string]arrow-up-right

OpenMldb is or not cluster mode

sql [string]arrow-up-right

Sql statement

database [string]arrow-up-right

Database name

host [string]arrow-up-right

OpenMldb host, only supported on OpenMldb single mode

OpenMldb port, only supported on OpenMldb single mode

zk_host [string]arrow-up-right

Zookeeper host, only supported on OpenMldb cluster mode

zk_path [string]arrow-up-right

Zookeeper path, only supported on OpenMldb cluster mode

session_timeout [int]arrow-up-right

OpenMldb session timeout(ms), default 60000

request_timeout [int]arrow-up-right

OpenMldb request timeout(ms), default 10000

common optionsarrow-up-right

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

Last updated