Skip to content

Commit

Permalink
Polish doc
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and garyrussell committed Jan 17, 2019
1 parent 9a73a4a commit bda5d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/asciidoc/si-kafka.adoc
Expand Up @@ -157,7 +157,7 @@ private KafkaProducerMessageHandlerSpec<Integer, String, ?> kafkaMessageHandler(
}
----

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

Expand Down

0 comments on commit bda5d99

Please sign in to comment.