[ 
https://issues.apache.org/jira/browse/NIFI-9994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kyle Rotte reopened NIFI-9994:
------------------------------

I have tried to do what you say and when I go to set the Client Service 
property on my processor it won't list the Elastic Client Service because it 
thinks it should be from an ElasticSearchClientService class from my nar that 
is currently at 11.0.23.

I have the following in my nar project
{code:java}
        <dependency>
            <groupId>org.apache.nifi</groupId>
            <artifactId>nifi-standard-services-api-nar</artifactId>
            <version>1.16.1</version>
            <type>nar</type>
        </dependency>
        <dependency>
            <groupId>org.apache.nifi</groupId>
            <artifactId>nifi-elasticsearch-client-service-api</artifactId>
            <version>1.16.1</version>
        </dependency> {code}
I have the following in my processor project
{code:java}
        <dependency>            
            <groupId>org.apache.nifi</groupId>
            <artifactId>nifi-elasticsearch-client-service-api</artifactId>
            <version>1.16.1</version>
            <scope>provided</scope>
        </dependency> {code}

> nifi-standard-services-api-nar is missing 
> nifi-elasticsearch-client-service-api
> -------------------------------------------------------------------------------
>
>                 Key: NIFI-9994
>                 URL: https://issues.apache.org/jira/browse/NIFI-9994
>             Project: Apache NiFi
>          Issue Type: Task
>          Components: Core Framework
>    Affects Versions: 1.16.1
>            Reporter: Kyle Rotte
>            Assignee: David Handermann
>            Priority: Minor
>
> The nifi-standard-services-api-nar nar needs to have the 
> nifi-elasticsearch-client-service-api jar added to it (a newly added jar) 
> added to it. This will enable people to create new processors that leverage 
> the ElasticSearchClientService.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to