leehom commented on issue #500: URL: https://github.com/apache/rocketmq-connect/issues/500#issuecomment-1551334385
> @odbozhou 在neo4j为source的时候,假设查询出来的记录都是节点,由于neo4j没有表的概念,所以如果我查出多个标签label的节点(一个标签对应一张表),这样就相当于一次poll会出现多张表的记录,这中情况使用mysql-sink-connector可以正常接受吗 这种东西交给用户决定,我现在做法是,以目标为导向,就是说,目标的表来源于什么源数据(cql),这样的话,多标签是映射一个表,还是多个表由用户写的cql决定 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
