[
https://issues.apache.org/jira/browse/MINIFICPP-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ferenc Gerlits updated MINIFICPP-1639:
--------------------------------------
Description:
Currently, two controller services are included in the full manifest:
{{UnorderedMapKeyValueStoreService}} and
{{UnorderedMapPersistableKeyValueStoreService}}, but the others aren't. This is
probably because these two are in
{{extensions/standard-processors/controllers/}}, while the others (e.g.
{{SSLContextService}}) are in {{libminifi/src/controllers/}}. We should either
move them, or make sure both types are included in the manifest.
Also compare the info included with the controller services with the info
included with processors, and if anything is missing from the controller
services, add it.
EDIT: after taking a closer look, I found the rest of the controller services
in the manifest, too (attached). They are in three separate bundles: the two
above are in {{minifi-standard-processors}}; services related to RocksDB are in
{{minifi-rocksdb-repos}}, and the rest, including {{SSLContextService}}, are in
{{minifi-system}}.
was:
Currently, two controller services are included in the full manifest:
{{UnorderedMapKeyValueStoreService}} and
{{UnorderedMapPersistableKeyValueStoreService}}, but the others aren't. This is
probably because these two are in
{{extensions/standard-processors/controllers/}}, while the others (e.g.
{{SSLContextService}}) are in {{libminifi/src/controllers/}}. We should either
move them, or make sure both types are included in the manifest.
Also compare the info included with the controller services with the info
included with processors, and if anything is missing from the controller
services, add it.
> Include all controller services in the C2 manifest
> --------------------------------------------------
>
> Key: MINIFICPP-1639
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1639
> Project: Apache NiFi MiNiFi C++
> Issue Type: Task
> Reporter: Ferenc Gerlits
> Assignee: Ferenc Gerlits
> Priority: Minor
> Fix For: 0.11.0
>
> Attachments: minifi-manifest.json
>
>
> Currently, two controller services are included in the full manifest:
> {{UnorderedMapKeyValueStoreService}} and
> {{UnorderedMapPersistableKeyValueStoreService}}, but the others aren't. This
> is probably because these two are in
> {{extensions/standard-processors/controllers/}}, while the others (e.g.
> {{SSLContextService}}) are in {{libminifi/src/controllers/}}. We should
> either move them, or make sure both types are included in the manifest.
> Also compare the info included with the controller services with the info
> included with processors, and if anything is missing from the controller
> services, add it.
> EDIT: after taking a closer look, I found the rest of the controller services
> in the manifest, too (attached). They are in three separate bundles: the two
> above are in {{minifi-standard-processors}}; services related to RocksDB are
> in {{minifi-rocksdb-repos}}, and the rest, including {{SSLContextService}},
> are in {{minifi-system}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)