Skip to content

Commit 7bbc570

Browse files
committed
Link to consumer in readme
1 parent e343642 commit 7bbc570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ ./mvnw spring-boot:run
1818

1919
Open the browser `localhost:8080/apidocs`.
2020

21-
You can interact with the `random` api to create a random user which then will be sent to Kafka and consumed by the consumer (see `consumer/UserKafkaListener.java` file).
21+
You can interact with the `random` api to create a random user which then will be sent to Kafka and consumed by the consumer (see [`consumer/UserKafkaListener.java`](https://github.com/kasramp/spring-kafka-test/blob/master/src/main/java/com/madadipouya/springkafkatest/consumer/UserKafkaListener.java) file).
2222

2323
To see whether the message has been sent to Kafka, open your browser `http://localhost:8085/topic/com.madadipouya.kafka.use` (Kafdrop environment),
2424
you should be able to see all messages that sent to `kafka.user` topic.

0 commit comments

Comments
 (0)