Skip to content

Commit bda5d99

Browse files
izeyegaryrussell
authored andcommitted
Polish doc
1 parent 9a73a4a commit bda5d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/si-kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private KafkaProducerMessageHandlerSpec<Integer, String, ?> kafkaMessageHandler(
157157
}
158158
----
159159

160-
If a `send-failure-channel` (`sendFailureChannel`) is provided, if a send failure is received (sync or async), an `ErrorMessage` is sent to the channel.
160+
If a `send-failure-channel` (`sendFailureChannel`) is provided and a send failure is received (sync or async), an `ErrorMessage` is sent to the channel.
161161
The payload is a `KafkaSendFailureException` with properties `failedMessage`, `record` (the `ProducerRecord`) and `cause`.
162162
The `DefaultErrorMessageStrategy` can be overridden via the `error-message-strategy` property.
163163

0 commit comments

Comments
 (0)