KevinMeng4662 commented on issue #1660:
URL:
https://github.com/apache/camel-kafka-connector/issues/1660#issuecomment-2235870280
> What camel.error.handler are you setting?
camel.error.handler: default, the whole configuration like below:
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnector
metadata:
name: camel-https-sink-connector
labels:
strimzi.io/cluster: kafka
spec:
class: org.apache.camel.kafkaconnector.https.CamelHttpsSinkConnector
tasksMax: 2
config:
topics: "xxxxxxxx"
camel.sink.path.httpUri: XXXXXX
camel.sink.endpoint.httpMethod: POST
camel.sink.unmarshal: jackson
camel.dataformat.jackson.content-type-header: false
camel.map.headers: true
camel.sink.endpoint.useSystemProperties: true
camel.sink.endpoint.throwExceptionOnFailure: true
**camel.error.handler: default
camel.error.handler.max.redeliveries: 3
camel.error.handler.redelivery.delay: 2000**
errors.deadletterqueue.context.headers.enable: true
errors.deadletterqueue.topic.name:
camel-https-sink-connector-remote-retry1
errors.deadletterqueue.topic.replication.factor: 1
errors.log.enable: true
errors.log.include.messages: true
errors.retry.delay.max.ms: 10000
errors.retry.timeout: 300000
errors.tolerance : none
#errors.tolerance: all
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]