You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by yevsh June 1, 2023
Sometimes there are "error" network/kafka cluster errors - that can be only detected when we see in logs something like:
Resolveshttps://github.com/spring-projects/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**
garyrussell
added a commit
to garyrussell/spring-integration
that referenced
this issue
Jun 8, 2023
Resolveshttps://github.com/spring-projects/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**
Resolves#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**
Resolves#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**
Resolves#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**
# Conflicts:
# spring-integration-kafka/src/main/java/org/springframework/integration/kafka/outbound/KafkaProducerMessageHandler.java
Discussed in #8637
Originally posted by yevsh June 1, 2023
Sometimes there are "error" network/kafka cluster errors - that can be only detected when we see in logs something like:
"INFO","logger":"org.apache.kafka.clients.NetworkClient","message":"[Producer clientId=producer-1] Node 2 disconnected
.The problem KafkaTemplate/KafkaProducerMessageHandler can't identify it as error, and data can be lost.
Need some reliable solution for this.
The text was updated successfully, but these errors were encountered: