Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: correct config name in example

...

Code Block
languagejava
# disable retries on failure
errors.retry.timeout=0

# do not log the error and their contexts
errors.log.enable=false

# do not record errors in a dead letter queue topic
errors.dlqdeadletterqueue.topic.enablename=false

# Fail on first error
errors.tolerance=none

...