martinzink commented on code in PR #1965:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1965#discussion_r2197069157
##########
extensions/standard-processors/processors/PutTCP.h:
##########
@@ -71,14 +71,11 @@ class PutTCP final : public core::ProcessorImpl {
.withValidator(core::StandardPropertyValidators::TIME_PERIOD_VALIDATOR)
.withDefaultValue("15 seconds")
.isRequired(true)
- .supportsExpressionLanguage(true)
.build();
EXTENSIONAPI static constexpr auto Timeout =
core::PropertyDefinitionBuilder<>::createProperty("Timeout")
.withDescription("The timeout for connecting to and communicating with
the destination.")
.withValidator(core::StandardPropertyValidators::TIME_PERIOD_VALIDATOR)
- .withDefaultValue("15 seconds")
Review Comment:
it must have been some conflict, wasnt intentional, reverted in
https://github.com/apache/nifi-minifi-cpp/pull/1965/commits/79698ba550a6c4c6225c1bbb7c1191bf5e8d1d87
👍 good catch
--
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]