From 015b1a7fa1d2ad4b23199cfc4b030c4f6e3c6aa2 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 27 Jun 2018 10:14:17 -0400 Subject: [PATCH] Fix bad link in docs Resolves #359 --- .../src/main/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc index ccfa9315c..12f4c797b 100644 --- a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc +++ b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc @@ -473,7 +473,7 @@ public class Application { == Error Channels Starting with version 1.3, the binder unconditionally sends exceptions to an error channel for each consumer destination and can also be configured to send async producer send failures to an error channel. -See <> for more information. +See <> for more information. The payload of the `ErrorMessage` for a send failure is a `KafkaSendFailureException` with properties: