JackWangCS opened a new pull request #14467:
URL: https://github.com/apache/flink/pull/14467


   
   ## What is the purpose of the change
   Fix the failure-handler parameter enumeration value typo in ES connector doc.
   
   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 a typo, it should be `retry-rejected`.
   
   
   ## Brief change log
   - fix parameter typo for failure-handler in ES connector doc
   
   
   ## Verifying this change
   This change is a typo fix, no code change.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializer:  no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: no
     - The S3 file system connector:  no
   
   ## Documentation
   
     - Does this pull request introduce a new feature?  no
     - If yes, how is the feature documented? not applicable
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to