Skip to content

Commit 091f664

Browse files
Update README.md
1 parent ef92365 commit 091f664

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
@@ -8,7 +8,7 @@ While looking through the Kafka Tutorials to see how I could setup a Spring Boot
88
* Maven 3.2+
99
* Docker 19+
1010

11-
## Initialize the project topics and data
11+
## Getting Started
1212
To get started, we need to first launch the Confluent services (i.e. Schema Registry, Broker, ZooKeeper) locally by running the `docker-compose up -d` CLI command on the [docker-compose.yml](https://github.com/bchen04/springboot-kafka-streams-rest-api/blob/master/docker-compose.yml) file. Typically, you can create a stack file (in the form of a YAML file) to define your applications. You can also run `docker-compose ps` to check the status of the stack.
1313

1414
> Note: You can run `docker-compose down` to stop it.
@@ -53,7 +53,7 @@ $ docker exec -it broker /usr/bin/kafka-console-consumer --topic rating-average
5353
--from-beginning
5454
```
5555

56-
## Build and run the sample
56+
## Build and Run the Sample
5757

5858
You can import the code straight into your preferred IDE or run the sample using the following command (in the root project folder).
5959

0 commit comments

Comments
 (0)