Versions Compared

Key

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

...

If the transaction.boundary  connector configuration is set to connector , the connector's SourceConnector::canDefineTransactionBoundaries  method will be queried.

If the result is falseConnectorTransactionBoundaries.UNSUPPORTED or null , then an error will be reported with the transaction.boundary  property stating that the connector does not support defining its own transaction boundaries, and the user will be encouraged to configure the connector with a different transaction boundary type.

If the result is trueis ConnectorTransactionBoundaries.SUPPORTED , no error will be reported.

...