[ https://issues.apache.org/jira/browse/KAFKA-7001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505402#comment-16505402 ]
ASF GitHub Bot commented on KAFKA-7001: --------------------------------------- ewencp closed pull request #5146: KAFKA-7001: Rename errors.allowed.max property in Connect to errors.tolerance (KIP-298) URL: https://github.com/apache/kafka/pull/5146 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java b/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java index f98469e5b5a..9d1a50dad0c 100644 --- a/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java +++ b/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java @@ -120,7 +120,7 @@ public static final String ERRORS_RETRY_MAX_DELAY_DOC = "The maximum duration in milliseconds between consecutive retry attempts. " + "Jitter will be added to the delay once this limit is reached to prevent thundering herd issues."; - public static final String ERRORS_TOLERANCE_CONFIG = "errors.allowed.max"; + public static final String ERRORS_TOLERANCE_CONFIG = "errors.tolerance"; public static final String ERRORS_TOLERANCE_DISPLAY = "Error Tolerance"; public static final ToleranceType ERRORS_TOLERANCE_DEFAULT = ToleranceType.NONE; public static final String ERRORS_TOLERANCE_DOC = "Behavior for tolerating errors during connector operation. 'none' is the default value " + ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Rename errors.allowed.max property in Connect to errors.tolerance > ----------------------------------------------------------------- > > Key: KAFKA-7001 > URL: https://issues.apache.org/jira/browse/KAFKA-7001 > Project: Kafka > Issue Type: Task > Components: KafkaConnect > Affects Versions: 2.0.0 > Reporter: Arjun Satish > Assignee: Arjun Satish > Priority: Minor > Fix For: 2.0.0, 2.1.0 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)