ashulin commented on issue #1608: URL: https://github.com/apache/incubator-seatunnel/issues/1608#issuecomment-1101054230
> what does your multiple connection means? does it means one job can have multiple sources in different type, or one job can have multiple connection to a same source instance to work on same or different split of a table? @yx91490 Multiplexing source connection: a source instance can read data from multiple tables. At present, the source connector of spark and Flink will create a connnection for each table; That is, a source instance will only read one table; This is fine for offline jobs, but not acceptable for real-time sync jobs with hundreds (or more) tables. -- 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]
