You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Spring Kafka test example
2
2
3
-
Spring Kafka with unit test example.
3
+
Spring Kafka example with junit test using EmbeddedKafka.
4
4
5
5
## How to run
6
6
@@ -21,4 +21,4 @@ Open the browser `localhost:8080/apidocs`.
21
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).
22
22
23
23
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