Added deprecation infor for thrift connection class

This commit is contained in:
Honza Král
2015-07-06 18:13:02 +02:00
parent 845f8cd6f5
commit 72f661f953
+2
View File
@@ -22,6 +22,8 @@ logger = logging.getLogger('elasticsearch')
class ThriftConnection(PoolingConnection):
"""
This connection class is deprecated and may be removed in future versions.
Connection using the `thrift` protocol to communicate with elasticsearch.
See https://github.com/elasticsearch/elasticsearch-transport-thrift for additional info.