Skip to content

Commit e2b9de8

Browse files
authored
Update README.md
1 parent b5facfc commit e2b9de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spring Kafka test example
22

3-
Spring Kafka with unit test example.
3+
Spring Kafka example with junit test using EmbeddedKafka.
44

55
## How to run
66

@@ -21,4 +21,4 @@ Open the browser `localhost:8080/apidocs`.
2121
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),
24-
you should be able to see all messages that sent to `kafka.user` topic.
24+
you should be able to see all messages that sent to `kafka.user` topic.

0 commit comments

Comments
 (0)