I am working on an IOT application where I need to read streaming data from a PubSub topic. I want to read this data using Google Cloud Dataflow SDK. I am using Java 1.8
I am using the trial version of Google Cloud Platform. When I was using PubSubIO.Read method to read the streaming data, I was getting errors in the log file that my project does not have enough CPU quota to run the app.
So I want to read the streaming data using Google Cloud Dataflow SDK.
Can someone please let me know where can I find complete examples of reading the streaming data using Google Cloud Dataflow SDK.
Thanks in advance.