Features -
0.0.27 Connector will be supporting different level of error handling and logging.
Config | Description |
---|---|
"errors.tolerance": "none" | Default Behaviour.Connector will stop working on error |
"errors.tolerance": "all","errors.log.enable": "false" | Connector will continue on error and error message will not be logged |
"errors.tolerance": "all","errors.log.enable": "true","errors.log.include.message": "false" | Connector will continue on error and error occurrence will be logged and failed message will not be logged |
"errors.tolerance": "all","errors.log.enable": "true","errors.log.include.message": "true" | Connector will continue on error and error occurrence will be logged and failed message will be logged |
"errors.tolerance": "all","errors.log.enable": "true or false","errors.deadletterqueue.topic.name": "topic-name" | 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 |
"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. |
Confluent Archive Zip
Attached to this release is the adobe-streaming-connect-sink-0.0.27.zip confluent archive - see the confluent documentation about installing a connector manually for more information.
All-In-One Dependency JAR
All in one dependency JAR could be used in place of multiple jars.
Following all-in-one AEP sink connector JAR are attached in release :
- streaming-connect-sink-0.0.27-java-8.jar : Compiled with java 8
- streaming-connect-sink-0.0.27-java-11.jar : Compiled with java 11
For connector properties and sample connector configuration please refer : Developer Guide