[
https://issues.apache.org/jira/browse/NIFI-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160479#comment-16160479
]
ASF GitHub Bot commented on NIFI-4197:
--------------------------------------
Github user jvwing commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2017#discussion_r137959775
--- Diff:
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/AbstractGCPProcessor.java
---
@@ -55,6 +55,25 @@
.addValidator(StandardValidators.INTEGER_VALIDATOR)
.build();
+ public static final PropertyDescriptor PROXY_HOST = new
PropertyDescriptor
+ .Builder().name("proxy-host")
--- End diff --
The other property descriptors in this file prefix their names with `gcp-`.
Any special reason not to fit in with the others?
> *GCP processors do not expose proxy settings
> --------------------------------------------
>
> Key: NIFI-4197
> URL: https://issues.apache.org/jira/browse/NIFI-4197
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Andre F de Miranda
> Assignee: Andre F de Miranda
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)