Hi All,
I am running a dataflow template - Cloud pubsub to pubsub. The dataflow job is running, I can see the data freshness is increasing as it picks up the messages from the inputsubscription but it is not putting the messages to the outputTopic.
What could be the issue here? I don't see any errors in the logs as well.
Please see the attached snapshots.
What I mean by the Pub/Sub quota is that using Dataflow there are sometimes that you will need an additional quota[1] for Pub/Sub.
You can see this document[2] that provides information about Pub/Sub quotas and limits.
[1]https://cloud.google.com/dataflow/quotas#additional-quotas
[2]https://cloud.google.com/pubsub/quotasI followed this documentation[1] using the console and there is no issue following the guide, this seems like an error of your terraform code, or a possible error on the library.
I suggest you post this as a github issue[2] or post it on Stack Overflow with the code you use. Also you could try to debug your terraform code with detailed logs using `TF_LOG`[3] which you need to enable.
[1]https://cloud.google.com/dataflow/docs/guides/templates/provided-streaming#pubsub-to-pubsub
[2]https://github.com/hashicorp/terraform-provider-google/issues
[3]https://www.terraform.io/internals/debugging