shrutisinghania opened a new pull request, #27036:
URL: https://github.com/apache/flink/pull/27036
## What is the purpose of the change
This pull request adds a User-Agent header to all Google Cloud Storage (GCS)
requests made by the Flink GCS file system. This allows for better tracking and
identification of Flink-originated traffic on the GCS side.
## Brief change log
- In GSFileSystemFactory.java, a User-Agent header is added to the
StorageOptions.Builder for the GCS client
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): No
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: No
- The serializers: No
- The runtime per-record code paths (performance sensitive): No
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: No
- The S3 file system connector: No
## Documentation
- Does this pull request introduce a new feature? No
- If yes, how is the feature documented? Not applicable
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]