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
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ While searching through GitHub for some boilerplate code on how to setup a Sprin
9
9
* Docker 19+
10
10
11
11
## Initialize the project topics and data
12
-
To get started, we need to first launch the Confluent services (i.e Schema Registry, Brokers, 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.
12
+
To get started, we need to first launch the Confluent services (i.e. Schema Registry, Brokers, 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.
13
13
14
14
> Note: You can run `docker-compose down` to stop it.
0 commit comments