Tchhandsome commented on issue #10248: URL: https://github.com/apache/seatunnel/issues/10248#issuecomment-3691269045
When there are multiple sinks with the same table name (table_name), the sink write count in the statistical data will be calculated repeatedly. For example, if one sink is Kafka, one is ES, and one is MySQL, and the table name is the same, if the source reads one data, then the sink write count will be table_name:2 and database.table_name:1. How to distinguish each sink? @davidzollo -- 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]
