From cb490eb9b0de13d25bddcc22be1cd4fec76d58d0 Mon Sep 17 00:00:00 2001 From: sebgoa Date: Wed, 10 Apr 2019 18:09:59 +0200 Subject: [PATCH] #fixit remove ref to subscriber (#1056) --- docs/eventing/samples/gcp-pubsub-source/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/eventing/samples/gcp-pubsub-source/README.md b/docs/eventing/samples/gcp-pubsub-source/README.md index 0cd671b04..dcb84d349 100644 --- a/docs/eventing/samples/gcp-pubsub-source/README.md +++ b/docs/eventing/samples/gcp-pubsub-source/README.md @@ -125,9 +125,9 @@ gcloud pubsub topics publish testing --message="Hello world" ## Verify We will verify that the published message was sent into the Knative eventing -system by looking at what is downstream of the `GcpPubSubSource`. If you -deployed the [Subscriber](#subscriber), then continue using this section. If -not, then you will need to look downstream yourself. +system by looking at the logs of the function subscribed to the `pubsub-test` channel. + +The function and the subscription were created by applying the `subscriber.yaml` manifest in the [deployment](#deployment) section above. 1. We need to wait for the downstream pods to get started and receive our event, wait 60 seconds.