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.

kafka.retry.backoff.ms

  • Configuration option: kafka.retry.backoff.ms

  • Since: io.aiven.commons:kafka-config:1.0.0

  • 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)

task.id

  • Configuration option: task.id

  • Since: io.aiven.commons:kafka-config:1.0.0

  • Default value: 1

  • Type: INT

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

    The task ID that this connector is working with.

tasks.max

  • Configuration option: tasks.max

  • Since: Kafka 0.9.0.0

  • Default value: 1

  • Type: INT

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

    Maximum number of tasks to use for this connector.