erlasticsearch
erlasticsearch copied to clipboard
Erlang thrift interface to elastic_search
fix readme
I was wondering with the deprecation of thrift in elasticsearch (see here https://www.elastic.co/guide/en/elasticsearch/reference/1.6/modules-thrift.html) if you were thinking about making an http version of erlasticsearch?
I am not sure if this is intended or not but if we send a document and elasticsearch is down poolboy seems to try to reconnect again and again until...
I am wondering why you are launching another process inside the poolboy worker which will forward to it all the calls. Why not having everything handled in the poolboy worker...