Fork me on GitHub

CommonConfig options documentation

This is an example of possible output, it is created from the site/markdown/CommonConfigDef.md.vm file. Please refer to it an example of generating other content.

To utilize the content creation the maven site tool must be properly configured. See the maven-site-plugin configuration in the pom.xml for this project.

All the configuration options are listed below in alphabetical order.

Error Tolerance

  • Configuration option: errors.tolerance

  • Default value: none

  • Type: STRING

  • Valid values: [none, all]- Importance: MEDIUM

    Behavior for tolerating errors during connector operation. ‘none’ is the default value and signals that any error will result in an immediate connector task failure; ‘all’ changes the behavior to skip over problematic records.

kafka.retry.backoff.ms

  • Configuration option: kafka.retry.backoff.ms

  • Default value: none

  • Type: LONG

  • Valid values: [0 Milliseconds,…,1.0 Days]- Importance: MEDIUM

    The retry backoff in milliseconds. This config is used to notify Kafka Connect to retry delivering a message batch or performing recovery in case of transient exceptions. Maximum value is 1.0 Days (86400000 Milliseconds)

Tasks max

  • Configuration option: tasks.max

  • Default value: 1

  • Type: INT

  • Valid values: [1,…]- Importance: HIGH

    Maximum number of tasks to use for this connector.