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

ASF GitHub Bot commented on FLINK-9885:
---------------------------------------

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

    https://github.com/apache/flink/pull/6391#discussion_r204758434
  
    --- Diff: 
flink-connectors/flink-connector-elasticsearch-base/src/main/java/org/apache/flink/streaming/connectors/elasticsearch/ElasticsearchApiCallBridge.java
 ---
    @@ -64,13 +65,15 @@
         * @param builder the {@link BulkProcessor.Builder} to configure.
         * @param flushBackoffPolicy user-provided backoff retry settings 
({@code null} if the user disabled backoff retries).
         */
    -   void configureBulkProcessorBackoff(
    +   public abstract void configureBulkProcessorBackoff(
                BulkProcessor.Builder builder,
                @Nullable ElasticsearchSinkBase.BulkFlushBackoffPolicy 
flushBackoffPolicy);
     
        /**
         * Perform any necessary state cleanup.
         */
    -   void cleanup();
    +   public void cleanup() {
    --- End diff --
    
    Use Java 8 defaults and let this class stay an interface?


> End-to-end test: Elasticsearch 6.x connector
> --------------------------------------------
>
>                 Key: FLINK-9885
>                 URL: https://issues.apache.org/jira/browse/FLINK-9885
>             Project: Flink
>          Issue Type: Sub-task
>          Components: ElasticSearch Connector, Tests
>            Reporter: Tzu-Li (Gordon) Tai
>            Assignee: Tzu-Li (Gordon) Tai
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>
> We have decided to try and merge the pending Elasticsearch 6.x PRs. This 
> should also come with an end-to-end test that covers this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to