Skip to content

Commit 71f93e0

Browse files
authored
Merge pull request #4 from zaboron/patch-1
add missing shut down instruction
2 parents 955e5ed + 23df024 commit 71f93e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ Now send messages, e.g. with kafkacat...
129129

130130
kafka-console-consumer --bootstrap-server localhost:9092 --topic ImageOutputTopic --from-beginning
131131
132-
To stop everything, *stop the Docker container with TensorFlow Serving*, *stop the Kafka Consumer*, and finally stop Kafka using using Confluent CLI (which also deletes all configuration and topics):
132+
To stop everything, *stop the Docker container with TensorFlow Serving*, *stop the Kafka Consumer*, *shut down the Kafka Streams application* and finally stop Kafka using using Confluent CLI (which also deletes all configuration and topics):
133133

134134
confluent destroy

0 commit comments

Comments
 (0)