GH-8638: Kafka: Send All Fails to Failure Channel
Resolves https://github.com/spring-projects/spring-integration/issues/8638 Previously, immediate failures (e.g. timeout getting metadata) were only thrown as exceptions, and not sent to the failure channel, if present. **cherry-pick to all supported branches**
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
value="org.assertj.core.api.Assertions.*,
|
||||
org.xmlunit.assertj3.XmlAssert.*,
|
||||
org.assertj.core.api.Assumptions.*,
|
||||
org.assertj.core.api.InstanceOfAssertFactories.*,
|
||||
org.awaitility.Awaitility.*,
|
||||
org.mockito.Mockito.*,
|
||||
org.mockito.BDDMockito.*,
|
||||
|
||||
Reference in New Issue
Block a user