turcsanyip commented on PR #6580: URL: https://github.com/apache/nifi/pull/6580#issuecomment-1292453458
Thanks for your answer @exceptionfactory! Actually, while I was testing the processor I noticed that the proxy is not used at all (configured either via the legacy properties or the controller service). So at least we will not break anything working. It seems it is not enough to add the proxy config for the HTTP transport, but we need to add it for GRPC too. It can be done via `BigQueryWriteSettings.Builder.setTransportChannelProvider()` but the config is not straightforward. @bejancsaba I think we can either fix the proxy here or re-scope this PR, remove the proxy config at all and add a follow-up jira for fixing it. -- 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]
