Sivaprasanna Sethuraman created NIFI-5156:
---------------------------------------------
Summary: Update 'Google Cloud SDK' version and refactor GCP
processors' code
Key: NIFI-5156
URL: https://issues.apache.org/jira/browse/NIFI-5156
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Affects Versions: 1.6.0, 1.5.0
Reporter: Sivaprasanna Sethuraman
Assignee: Sivaprasanna Sethuraman
The current version of nifi-gcp-bundle has the following problems:
# It is of a very old version
# The bundle uses
[google-cloud|https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml#L65-L82]
which is a uber/fat jar that comes with all google-cloud-java SDKs making the
overall NAR bundle heavy.
The following improvements are identified and have to be made:
* Update the SDK to a more recent version
* Introduce google-cloud-bom and then use the necessary SDK (storage,
bigquery, etc) as and when needed, thus reducing the overall NAR size.
* Refactor and make necessary changes to the current version of GCS
processors, if needed because of the update
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)