Skip to content

pubsub/cloud-client manual execution fails #815

Closed
@molofson

Description

@molofson

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions