We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f3ec1 commit 31b8aa1Copy full SHA for 31b8aa1
pubsub/cloud-client/README.md
@@ -47,7 +47,7 @@ Publishes 5 messages to the topic `my-topic`.
47
```
48
mvn exec:java -Dexec.mainClass=com.example.pubsub.SubscriberExample -Dexec.args=my-sub
49
50
-Subscriber will continue to listen on the topic for 5 minutes and print out message id and data as messages are received.
+Subscriber will continue to listen on the topic and print out message id and data as messages are received. Press `Ctrl+C` to exit the application.
51
52
#### Testing
53
Run the test with Maven.
0 commit comments