Skip to content

Conversation

ethan-xiao
Copy link

Supports specifying routing fields during write operations. Parameter name: sink.partition-routing.fields

e.g.
create temporary table order_info_sink (
id BIGINT,
user_id BIGINT,
order_id BIGINT,
PRIMARY KEY (id) NOT ENFORCED
) WITH(
'connector' = 'elasticsearch-7',
'hosts' = 'http://127.0.0.1:9200/',
'index' = 'order_info',
'username' = 'elastic',
'password' = 'mypassword',
'sink.partition-routing.fields' = 'user_id'
);

…Parameter name: sink.partition-routing.fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant