Update README.adoc

fix reference link
This commit is contained in:
Ilya Serbis
2023-04-03 07:43:39 +03:00
committed by Soby Chacko
parent f5768dad03
commit 3854c0f989

View File

@@ -17,7 +17,7 @@ This sample is a Spring Boot application that uses Spring Cloud Stream to receiv
* EmbeddedKafkaApplicationTests - the test case
The `spring-kafka-test` dependency added to the `pom.xml` puts the `EmbeddedKafkaBroker` class on the class path.
Refer to the [Spring for Apache Kafka Reference Manual](https://docs.spring.io/spring-kafka/reference/htmlsingle/#testing) for more information about this.
Refer to the https://docs.spring.io/spring-kafka/reference/html/#testing[Spring for Apache Kafka Reference Manual] for more information about this.
See the test method for the details on interacting with Embedded Kafka.
The test method starts by sending a message to the input destination.