-
Enhancement
-
Resolution: Done
-
Critical
-
None
-
None
-
False
-
None
-
False
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
By implementing this enhancement an SQL connector task will go through the retry process instead of stopping immediately when an SQLServerException with "Broken pipe (Write failed)" message is encountered.
Implementation ideas (optional)
Append the following to this line - https://github.com/morozov/debezium/blob/a20ed7a573126b642f90a38e5294b8578bb40c42/debezium-connector-sqlserver/src/main/java/io/debezium/connector/sqlserver/SqlServerErrorHandler.java#L30
throwable.getMessage().contains("Broken pipe (Write failed)") |
---|