Skip to content

Commit 2b46713

Browse files
committed
Review update
1 parent 352fe1d commit 2b46713

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTROLLERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ In the list below, the names of required properties appear in bold. Any other pr
249249

250250
### Description
251251

252-
Provides a set of configurations for different MiNiFi C++ components to use a proxy server.
252+
Provides a set of configurations for different MiNiFi C++ components to use a proxy server. Currently these properties can only be used for HTTP proxy configuration, not other protocols are supported at this time.
253253

254254
### Properties
255255

libminifi/include/controllers/ProxyConfigurationService.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class ProxyConfigurationService : public core::controller::ControllerServiceImpl
3131
: ControllerServiceImpl(name, uuid) {
3232
}
3333

34-
MINIFIAPI static constexpr const char* Description = "Provides a set of configurations for different MiNiFi C++ components to use a proxy server.";
34+
MINIFIAPI static constexpr const char* Description = "Provides a set of configurations for different MiNiFi C++ components to use a proxy server. "
35+
"Currently these properties can only be used for HTTP proxy configuration, not other protocols are supported at this time.";
3536

3637
MINIFIAPI static constexpr auto ProxyServerHost = core::PropertyDefinitionBuilder<>::createProperty("Proxy Server Host")
3738
.withDescription("Proxy server hostname or ip-address.")

0 commit comments

Comments
 (0)