对应订单es模型(orderitems使用nested object),如何把 orderitem 构造成 ARRAY<ROW< id INT, orderid INT, productid INT, price INT, >>写入elasticsearch
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。
like this https://github.com/ververica/flink-cdc-connectors/issues/151 , now have better sloution?
Ask the same question, How to simply define data of type es nested? 同样的问题,如何简单定义一个es 的 nested 嵌套类型字段? 顺便问下,父子文档类型 (join) 类型如何处理?
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!