yashmayya opened a new pull request, #12478:
URL: https://github.com/apache/kafka/pull/12478

   - https://issues.apache.org/jira/browse/KAFKA-13952: 
RetryWithToleranceOperator doesn't respect infinite retries config - i.e. when 
`errors.retry.timeout` is set to `-1`
   - From 
https://cwiki.apache.org/confluence/display/KAFKA/KIP-298%3A+Error+Handling+in+Connect:
 
   >errors.retry.timeout: [-1, 0, 1, ... Long.MAX_VALUE], where -1 means 
infinite duration.
   - Also, from the config doc: 
https://github.com/apache/kafka/blob/0c4da23098f8b8ae9542acd7fbaa1e5c16384a39/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/ConnectorConfig.java#L129-L130
   - This PR fixes the issue in `RetryWithToleranceOperator` along with a 
couple of unit tests to ensure the same


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to