Versions Compared

Key

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

Issues Address

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

Motivation

The table structure and data of the target end are processed before the synchronization task. Currently, this function is not available.

Public Interfaces

org.apache.seatunnel.api.sink.SupportSaveMode
SupportSaveMode is an interface that Sink needs to implement if the SaveMode function is to be implemented. The interface defines an interface to obtain the saveMode actuator

...