You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/01 14:20:10 UTC

[jira] [Commented] (NIFI-2068) Add Elasticsearch processors that use the REST API

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

ASF GitHub Bot commented on NIFI-2068:
--------------------------------------

Github user JPercivall commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/576#discussion_r69306232
  
    --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/pom.xml ---
    @@ -56,6 +56,11 @@ language governing permissions and limitations under the License. -->
                 <version>${es.version}</version>
             </dependency>
             <dependency>
    +            <groupId>com.squareup.okhttp</groupId>
    +            <artifactId>okhttp</artifactId>
    +            <version>2.7.1</version>
    --- End diff --
    
    What's the motiviation for using this version of OkHttp instead of the latest[1][2]?
    
    [1] https://github.com/square/okhttp/tree/parent-3.3.1
    [2] https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp


> Add Elasticsearch processors that use the REST API
> --------------------------------------------------
>
>                 Key: NIFI-2068
>                 URL: https://issues.apache.org/jira/browse/NIFI-2068
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>             Fix For: 1.0.0
>
>
> The current Elasticsearch processors use the Transport Client, and as a result there can be some compatibility issues between multiple versions of ES clusters. The REST API is much more standard between versions, so it would be nice to have ES processors that use the REST API, to enable things like migration from an Elasticsearch cluster with an older version to a cluster with a newer version.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)