GCP, Google Cloud Platform, helper examples, read from gcs and send to pub/sub
Simple Project showing the capability of reading a GCS file.
It also includes a simple GCP Pub/Sub publisher
This progam includes a main program that does the following :
This project can be executed as follows :
mvn clean install
mvn exec:java -Dexec.args=”[projectname] [bucketname] [filename] [topicname]”
You would be able to see sysouts diplaying the read data on the console.