You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Csaba Bejan (Jira)" <ji...@apache.org> on 2022/09/28 08:24:00 UTC

[jira] [Created] (NIFI-10555) Add standard services to MiNiFi Java

Csaba Bejan created NIFI-10555:
----------------------------------

             Summary: Add standard services to MiNiFi Java
                 Key: NIFI-10555
                 URL: https://issues.apache.org/jira/browse/NIFI-10555
             Project: Apache NiFi
          Issue Type: Improvement
          Components: C2, MiNiFi
            Reporter: Csaba Bejan


Currently it looks like none of the controller services are added to MiNiFi Java by default.
As part of this ticket look at the impact adding the whole nifi-standard-services bundle to MiNiFi Java. If that is too much look into just adding the bare minimum of service nars which are required by the standard processors.

Currently referenced controller services:
{code:java}
org.apache.nifi.serialization.RecordReaderFactory
org.apache.nifi.dbcp.DBCPService
org.apache.nifi.serialization.RecordSetWriterFactory
org.apache.nifi.distributed.cache.client.DistributedMapCacheClient
org.apache.nifi.proxy.ProxyConfigurationService
org.apache.nifi.ssl.SSLContextService
org.apache.nifi.ssl.RestrictedSSLContextService
org.apache.nifi.http.HttpContextMap
org.apache.nifi.oauth2.OAuth2AccessTokenProvider
org.apache.nifi.lookup.StringLookupService
org.apache.nifi.distributed.cache.client.AtomicDistributedMapCacheClient
org.apache.nifi.record.sink.RecordSinkService
org.apache.nifi.schemaregistry.services.SchemaRegistry
org.apache.nifi.serialization.RecordSchemaCacheService{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)