Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Issues Address

https://github.com/apache/seatunnel/issues/5395

Motivation

There are two problems in the current multi-table writing solution:

...

When there are resources that can be shared, such as Connection, or other resources that can be shared by multiple SeaTunnelSinks, we can manage them through SharedResourceManager.

Image Added

Public Interfaces

...