apache / rocketmq-connect

A tool for scalable and reliably streaming data between Apache RocketMQ and other systems.
https://rocketmq.apache.org/
Apache License 2.0
121 stars 117 forks source link

[ISSUE #513] Support hologres connector #514

Open ferrirW opened 1 year ago

ferrirW commented 1 year ago

support hologres connectors (both source and sink)

link: #513

Data flow build, send and receive data success in hologres 1.3.42 version. But the data must be structured, Otherwise, the type conversion will fail, such as: fileSource -> holoSink

Alternatively, perhaps fileSource could be modified to support JSON-type structured data instead of being transmitted in rows