Alberto Romero created FLINK-13524:
--------------------------------------

             Summary: Typo in Builder method name from Elasticsearch example
                 Key: FLINK-13524
                 URL: https://issues.apache.org/jira/browse/FLINK-13524
             Project: Flink
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.8.1
            Reporter: Alberto Romero


The Builder method name from class ElasticsearchSink has got a typo (missing 
'd') in the Elasticsearch connector section for Scala (ES version 6.x).
{code:java}
new ElasticsearchSink.Builer[String]({code}
should be:
{code:java}
new ElasticsearchSink.Builder[String]({code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to