DanielCarter-stack commented on issue #10426: URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3831163315
<!-- code-pr-reviewer --> Thanks for the tracking issue. Verified against `dev` that the listed connectors (Socket, Kafka, Cassandra, Pulsar, RocketMQ, DingTalk, Slack, RabbitMQ, Neo4j, IoTDB, TableStore, Sentry, MaxCompute, ClickhouseFile) indeed lack `SupportMultiTableSink` implementation. Good reference implementations: - `seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/sink/JdbcSink.java:70` (JdbcSink) - `seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/sink/HbaseSink.java:52` (HbaseSink) Note: Hbase already implements `SupportMultiTableSink` per line 52 of HbaseSink.java—please remove it from the pending list. Also, couldn't locate `ClickhouseFile` connector in the codebase—please verify the connector name. -- 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]
