flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

对应订单es模型(orderitems使用nested object),如何把 orderitem 构造成 ARRAY<ROW< id INT, orderid INT, productid INT, price INT, >>写入elasticsearch

Open caozhiyuan opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

对应订单es模型(orderitem使用nested object),如何把 orderitems 构造成 ARRAY<ROW< id INT, orderid INT, productid INT, price INT, >>写入elasticsearch

Describe the solution you'd like 使用易配置的方式实现,无须java代码定义UDF。

caozhiyuan avatar Aug 17 '22 03:08 caozhiyuan

like this https://github.com/ververica/flink-cdc-connectors/issues/151 , now have better sloution?

caozhiyuan avatar Aug 17 '22 03:08 caozhiyuan

Ask the same question, How to simply define data of type es nested? 同样的问题,如何简单定义一个es 的 nested 嵌套类型字段? 顺便问下,父子文档类型 (join) 类型如何处理?

yilongchuan avatar Feb 07 '23 01:02 yilongchuan

Closing this issue because it was created before version 2.3.0 (2022-11-10). Please try the latest version of Flink CDC to see if the issue has been resolved. If the issue is still valid, kindly report it on Apache Jira under project Flink with component tag Flink CDC. Thank you!

PatrickRen avatar Feb 28 '24 15:02 PatrickRen