arpadboda commented on a change in pull request #710: MINIFICPP - 1110,1111 -
PublishKafka, OPC processors should config and
URL: https://github.com/apache/nifi-minifi-cpp/pull/710#discussion_r369647514
##########
File path: libminifi/src/core/PropertyValidation.cpp
##########
@@ -27,6 +27,7 @@ std::shared_ptr<PropertyValidator> StandardValidators::VALID
= std::make_shared<
StandardValidators::StandardValidators() {
INVALID = std::make_shared<AlwaysValid>(false, "INVALID");
INTEGER_VALIDATOR = std::make_shared<IntegerValidator>("INTEGER_VALIDATOR");
+ UNSIGNED_INT_VALIDATOR =
std::make_shared<UnsignedIntValidator>("UNSIGNED_INT_VALIDATOR");
Review comment:
To ensure compatibility with MiNiFi java via C2 (having matching manifest in
case of validators) please make sure about UInt32 validator exists in NiFi and
it has the same name. ( I can help with this)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services