Dániel Bakai created MINIFICPP-1173:
---------------------------------------
Summary: Add descendant-of-/implements- asType Property validator
Key: MINIFICPP-1173
URL: https://issues.apache.org/jira/browse/MINIFICPP-1173
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Dániel Bakai
Assignee: Dániel Bakai
We want to be able to request a Controller Service that implements a particular
interface, specifically in the context of state storage, where we want a
CoreComponentStateManagerProvider, either implemented by
RocksDbPersistableKeyValueStoreService or
UnorderedMapPersistableKeyValueStoreService (for the time being, there might be
more).
We will also need to communicate this information (that a Controller Service
implements specific interfaces) via C2 so that a C2 controller would be able to
do its own config validation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)