Overview

2025-07-22 02:38:36  Updated

The configuration path of sink plug-ins is conf/sink.json. Each configuration class has a config key.

[Startup] boosterClass

  • Description: specifies the booster of the target plug-in.

  • Default value: None. This parameter is required.

  • Valid values: Plug-ins listed in the following table or boosters of other implemented plugin.jar.

  • Supported version: OMS V3.4.0 and later.

[Error handling] retryErrorCode

  • Description: specifies the retry error code.

  • Default value: Null.

  • Valid values: JSON array.

  • Supported version: OMS V3.3.1 and later.

[Error handling] retryErrorMessage

  • Description: specifies the retry error message.

  • Default value: Null.

  • Valid values: JSON array.

  • Supported version: OMS V3.3.1 and later.

[Error handling] skipErrorCode

  • Description: specifies the error codes to be skipped.

  • Default value: Null.

  • Valid values: JSON array.

  • Supported version: OMS V3.3.1 and later.

[Error handling] skipErrorMessage

  • Description: specifies the error messages to be skipped.

  • Default value: Null.

  • Valid values: JSON array.

  • Supported version: OMS V3.3.1 and later.

References

Category Documentation link
JDBC-Sink JDBC-Sink
KafkaSink KafkaSink
DataHubSink DataHubSink
RocketMQSink RocketMQSink

Contact Us