Skip to content

Commit da4ac6f

Browse files
committed
Updated the documentation
1 parent ff0b7ca commit da4ac6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DEVELOPER_GUIDE.md

+2
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ curl -s -X POST \
356356
| "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. |
357357
Please follow documentation for more information : `https://www.confluent.io/blog/kafka-connect-deep-dive-error-handling-dead-letter-queues`
358358
359+
### Note : In case of Authentication error such as 401 and 403 connector will stop working irrespective of what error tolerance value we have set.
360+
359361
#### Dead Letter Configuration
360362
To send error records to dead letter topic please use standard kafka connector error configuration.
361363

0 commit comments

Comments
 (0)