You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/10/05 06:21:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-10555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17612859#comment-17612859 ] 

ASF subversion and git services commented on NIFI-10555:
--------------------------------------------------------

Commit f0d8a4d00761773360a73abae7af12d081f48ed8 in nifi's branch refs/heads/main from Csaba Bejan
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f0d8a4d007 ]

NIFI-10555 Add controller services support for minifi standard processors

This closes #6483

Signed-off-by: Ferenc Erdei <er...@gmail.com>


> 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
>            Priority: Major
>
> 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)