Skip to content

Commit 23df024

Browse files
authored
add missing shut down instruction
I think we should also stop the kafka streams application itself ;)
1 parent 955e5ed commit 23df024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)