From 3526a298c87d50882ffa62c02e09dc5ea100f77f Mon Sep 17 00:00:00 2001 From: bewithvk Date: Wed, 21 Mar 2018 10:45:43 -0500 Subject: [PATCH] Fix the broken image link of kafka-binider. --- .../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 cf2b47767..8d7f4db1d 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 @@ -32,7 +32,7 @@ Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown The following image shows a simplified diagram of how the Apache Kafka binder operates: .Kafka Binder -image::kafka-binder.png[width=300,scaledwidth="50%"] +image::images/kafka-binder.png[width=300,scaledwidth="50%"] The Apache Kafka Binder implementation maps each destination to an Apache Kafka topic. The consumer group maps directly to the same Apache Kafka concept.