I am trying to configure checkpoints for flink jobs in GCS. Everything works fine if I run a test job locally (no docker and any cluster setup) but it fails with an error i
The problem is the implementation of the scheme gs://. This is the protocol to connec to to GCS. A java program should be able to run if you add the following dependency:
com.google.cloud
google-cloud-storage
1.35.0
In this link you will find how to add this dependency for any other programming lanuage.