Closed
Description
In which file did you encounter the issue?
pubsub/cloud-client/README.md
Did you change the file? If so, how?
@@ -31,7 +31,7 @@ For more samples, see the samples in
Create a subscription
- mvn exec:java -Dexec.mainClass=com.example.pubsub.CreatePullSubscriptionExample -Dexec.args="my-topic-id my-sub"
+ mvn exec:java -Dexec.mainClass=com.example.pubsub.CreatePullSubscriptionExample -Dexec.args="my-topic my-sub"
Publish messages
Describe the issue
The documentation is describing a test to run manually, which fails unless specifying the topicId previously used in the CreateTopicExample() step.
Metadata
Metadata
Assignees
Labels
No labels