Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Works for Me
-
None
-
None
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.