fgerlits commented on code in PR #1443:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1443#discussion_r1066775714
##########
extensions/rocksdb-repos/controllers/RocksDbStateStorage.cpp:
##########
@@ -18,53 +18,40 @@
#include <fstream>
#include <utility>
-#include "RocksDbPersistableKeyValueStoreService.h"
+#include "RocksDbStateStorage.h"
#include "../encryption/RocksDbEncryptionProvider.h"
#include "utils/StringUtils.h"
#include "core/PropertyBuilder.h"
#include "core/Resource.h"
namespace org::apache::nifi::minifi::controllers {
-const core::Property RocksDbPersistableKeyValueStoreService::LinkedServices(
- core::PropertyBuilder::createProperty("Linked Services")
- ->withDescription("Referenced Controller Services")
- ->build());
-const core::Property RocksDbPersistableKeyValueStoreService::AlwaysPersist(
-
core::PropertyBuilder::createProperty(AbstractAutoPersistingKeyValueStoreService::AlwaysPersistPropertyName)
- ->withDescription("Persist every change instead of persisting it
periodically.")
- ->isRequired(false)
- ->withDefaultValue<bool>(false)
- ->build());
Review Comment:
I have moved the properties back to the controller services in
2b020899ce97e04ae7800aca8092d272c145302d
--
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]