Skip to content

Commit

Permalink
Updated the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maniskum committed May 31, 2024
1 parent ff0b7ca commit da4ac6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ curl -s -X POST \
| "errors.tolerance": "all","errors.log.enable": "true or false","errors.deadletterqueue.topic.name": "topic-name","errors.deadletterqueue.context.headers.enable": "true" | Connector will continue on error and error occurrence will be logged as per the option and failed message will be send to dead letter topic and failure reason will be logged in message header. |
Please follow documentation for more information : `https://www.confluent.io/blog/kafka-connect-deep-dive-error-handling-dead-letter-queues`
### Note : In case of Authentication error such as 401 and 403 connector will stop working irrespective of what error tolerance value we have set.
#### Dead Letter Configuration
To send error records to dead letter topic please use standard kafka connector error configuration.
Expand Down

0 comments on commit da4ac6f

Please sign in to comment.