lordgamez commented on code in PR #2045:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2045#discussion_r2523743740
##########
CONTROLLERS.md:
##########
@@ -244,6 +245,24 @@ In the list below, the names of required properties appear
in bold. Any other pr
| **File** | | | Path to a
file to store state
|
+## ProxyConfigurationService
+
+### Description
+
+Provides a set of configurations for different MiNiFi C++ components to use a
proxy server.
Review Comment:
Good point, we only support HTTP proxy at the moment. The controller is
based on the NiFi counterpart
https://nifi.apache.org/components/org.apache.nifi.proxy.StandardProxyConfigurationService/
where the proxy type can be specified if there are additional options. We can
add that in the future if we want to support more protocols. Currently the
cloud providers usually support only HTTP proxies, the newer AWS SDK should
support HTTPS as well, we can introduce that later if needed. Added additional
info to the description in
https://github.com/apache/nifi-minifi-cpp/pull/2045/commits/2b46713093565c2e54d6e0bbea6ec8723679096c
--
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]