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

Parameter enumeration value error in ES doc

    XMLWordPrintableJSON

Details

    Description

      https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/table/connectors/elasticsearch.html

       

      failure-handler
      optional fail String Failure handling strategy in case a request to Elasticsearch fails. Valid strategies are:
      • fail: throws an exception if a request fails and thus causes a job failure.
      • ignore: ignores failures and drops the request.
      • retry_rejected: re-adds requests that have failed due to queue capacity saturation.
      • custom class name: for failure handling with a ActionRequestFailureHandler subclass.

       

      The retry_rejected parameter is wrong , I check the source code should be 

      retry-rejected

      Attachments

        Issue Links

          Activity

            People

              jackwangcs jackwangcs
              sunzheng 孙铮
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: