Hello all,
We're facing a lot of issue concerning the timeout for "PutGCSObject"
PutGCSObject[id=d5a6d876-486f-3f6d-acba-8c661b3527af] Failed to put FlowFile[filename=xxx] to Google Cloud Storage due to Read timed out: com.google.cloud.storage.StorageException: Read timed out - Caused by: java.net.SocketTimeoutException: Read timed out
As I understand, it can be resolv by adding these parameters :
[2] https://cloud.google.com/appengine/docs/legacy/standard/python/googlecloudstorageclient/retryparams_class
[3] https://cloud.google.com/storage/docs/resumable-uploads
[3] https://cloud.google.com/storage/docs/resumable-uploads
I've already opened ticket here but don't have any information until now: https://issues.apache.org/jira/browse/NIFI-11865
So do you kown if it is possible ?
Regards
