From dd419f0ad099ff222c49925bb4a56b57f55e4b08 Mon Sep 17 00:00:00 2001 From: Oleksandr Stasyk Date: Wed, 15 Jan 2020 21:07:21 +0000 Subject: [PATCH] [DOCS] Add Elixir Bulk Processor to community clients (#50630) --- docs/community-clients/index.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community-clients/index.asciidoc b/docs/community-clients/index.asciidoc index 413599463d957..48460c504634f 100644 --- a/docs/community-clients/index.asciidoc +++ b/docs/community-clients/index.asciidoc @@ -73,6 +73,8 @@ a number of clients that have been contributed by the community for various lang http://github.com/karmi/tire[Tire]. Ready to use in pure Erlang environment. +* https://github.com/sashman/elasticsearch_elixir_bulk_processor[Elixir Bulk Processor]: + Dynamically configurable Elixir port of the [Bulk Processor](https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-docs-bulk-processor.html). Implemented using GenStages to handle backpressure. [[go]] == Go