mirror of https://github.com/knative/docs.git
#fixit remove ref to subscriber (#1056)
This commit is contained in:
parent
541df1a173
commit
cb490eb9b0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue