Merge pull request #342 from bewithvk/patch-1

Fix the broken image link of kafka-binider.
This commit is contained in:
Oleg Zhurakousky
2018-03-24 08:00:28 -04:00
committed by GitHub

View File

@@ -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.