Versions Compared

Key

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

...

Config OptionDescriptionDefault ValueDomain
errors.dlq.enableWrite the error context into a Kafka topicfalseBoolean
errors.dlq.topic.nameThe name of the topic where these messages are written to""A valid Kafka topic name
errors.dlq.topic.partitionsNumber of partitions for this topic5[1, 2 .. Integer.MAX_INT]
errors.dlq.topic.replication.factorThe replication factor for this topic3[1, 2 .. IntegerShort.MAX_INTSHORT]
errors.dlq.include.configsInclude the (worker, connector) configs in the log.falseBoolean
errors.dlq.include.messagesInclude the Connect Record which failed to process in the log.falseBoolean
errors.dlq.producer.*Config for the KafkaProduce to produce to this topic (for example: errors.dlq.producer.bootstrap.servers will set the bootstrap servers of the Kafka cluster).  
errors.dlq.converterConverter class used to convert the error context between Kafka Connect format and the serialized form that is written to Kafka.org.apache.kafka.
connect.json.JsonConverter
Any class which implements  org.apache.kafka.connect.storage.Converter

...