Skip to content
This repository was archived by the owner on Dec 11, 2018. It is now read-only.

Commit f7eb98b

Browse files
authored
Update README.md
1 parent e4d8cd9 commit f7eb98b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,35 @@ Tools:
1616
How to run:
1717
--------
1818

19-
0. Follow step 1 and step 2 of [Kafka Quickstart](https://kafka.apache.org/quickstart)
19+
1. Follow step 1 and step 2 of [Kafka Quickstart](https://kafka.apache.org/quickstart)
2020

21-
1. Create two topics: data-in and data-out
21+
2. Create two topics: data-in and data-out
2222

2323
```bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic data-in```
2424

2525
```bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic data-out```
2626

27-
2. Clone and build java project
27+
3. Clone and build java project
2828

2929
```git clone https://github.com/sajmmon/kafka-streaming-websockets.git```
30+
3031
```cd kafka-streaming-websockets```
32+
3133
```mvn clean package```
3234

33-
3. Run producer
35+
4. Run producer
3436

3537
```java -cp target/shade-kafka-streaming-websockets-0.1.0.jar uk.ac.ebi.produce.KafkaExampleProducer```
3638

37-
4. Run streaming client
39+
5. Run streaming client
3840

3941
```java -cp target/shade-kafka-streaming-websockets-0.1.0.jar uk.ac.ebi.streaming.KafkaStreamingMain```
4042

41-
5. Run spring boot
43+
6. Run spring boot
4244

4345
```java -cp target/shade-kafka-streaming-websockets-0.1.0.jar uk.ac.ebi.Application```
4446

45-
6. See live dashboard in [localhost:8080](http://localhost:8080)
47+
7. See live dashboard in [localhost:8080](http://localhost:8080)
4648

4749
When you click "Connect" you should see:
4850

0 commit comments

Comments
 (0)