Tablestore sink connector
Write data to Tablestore
name | type | required | default value |
---|---|---|---|
end_point | string | yes | - |
instance_name | string | yes | - |
access_key_id | string | yes | - |
access_key_secret | string | yes | - |
table | string | yes | - |
primary_keys | array | yes | - |
batch_size | string | no | 25 |
common-options | config | no | - |
endPoint to write to Tablestore.
The instanceName of Tablestore.
The access id of Tablestore.
The access secret of Tablestore.
The table of Tablestore.
The primaryKeys of Tablestore.
Sink plugin common parameters, please refer to Sink Common Options for details.
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"]
}
- Add Tablestore Sink Connector