zentol commented on a change in pull request #9309: FLINK-13519 [docs] Rewrite
Elasticsearch 6.x example for Scala to use RuntimeContext and RequestIndexer
URL: https://github.com/apache/flink/pull/9309#discussion_r337957861
##########
File path: docs/dev/connectors/elasticsearch.md
##########
@@ -250,15 +250,17 @@ httpHosts.add(new HttpHost("10.2.3.1", 9200, "http"))
val esSinkBuilder = new ElasticsearchSink.Builer[String](
Review comment:
```suggestion
val esSinkBuilder = new ElasticsearchSink.Builder[String](
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services