Skip to main content
Version: 2.3.4

Tablestore

Tablestore sink connector

Description​

Write data to Tablestore

Key features​

Options​

nametyperequireddefault value
end_pointstringyes-
instance_namestringyes-
access_key_idstringyes-
access_key_secretstringyes-
tablestringyes-
primary_keysarrayyes-
batch_sizestringno25
common-optionsconfigno-

end_point [string]​

endPoint to write to Tablestore.

instanceName [string]​

The instanceName of Tablestore.

access_key_id [string]​

The access id of Tablestore.

access_key_secret [string]​

The access secret of Tablestore.

table [string]​

The table of Tablestore.

primaryKeys [array]​

The primaryKeys of Tablestore.

common options [ config ]​

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

Example​

Tablestore {
end_point = "xxxx"
instance_name = "xxxx"
access_key_id = "xxxx"
access_key_secret = "xxxx"
table = "sink"
primary_keys = ["pk_1","pk_2","pk_3","pk_4"]
}

Changelog​

next version​

  • Add Tablestore Sink Connector