Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-7386

Flink Elasticsearch 5 connector is not compatible with Elasticsearch 5.2+ client

    XMLWordPrintableJSON

Details

    • Hide
      Previous APIs in the Flink Elasticsearch Sink's RequestIndexer interface has been deprecated in favor of new signatures. When adding requests to the indexer, the requests now must be of type IndexRequest, DeleteRequest, or UpdateRequest, instead of the base ActionRequest.
      Show
      Previous APIs in the Flink Elasticsearch Sink's RequestIndexer interface has been deprecated in favor of new signatures. When adding requests to the indexer, the requests now must be of type IndexRequest, DeleteRequest, or UpdateRequest, instead of the base ActionRequest.

    Description

      In Elasticsearch 5.2.0 client the class BulkProcessor was refactored and has no longer the method add(ActionRequest).

      For more info see: https://github.com/elastic/elasticsearch/pull/20109

      Attachments

        Issue Links

          Activity

            People

              zjureel Fang Yong
              dwysakowicz Dawid Wysakowicz
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: