From 2312eec0131616f99897fbe9e7ee3b8d1b9db83d Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Thu, 19 Mar 2015 20:04:49 +0100 Subject: [PATCH] Deprecated the thrift and memcached transports The thrift and memcached transport layers were experimental, but in the end didn't buy us much. Memcached is very limited in scope, supporting only a portion of the REST API, and thrift has much the same throughput as HTTP. They are deprecated as of 1.5.0, and will be removed in 2.0. Document changes for #10166 --- docs/reference/api-conventions.asciidoc | 6 +----- docs/reference/modules/memcached.asciidoc | 2 ++ docs/reference/modules/plugins.asciidoc | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/reference/api-conventions.asciidoc b/docs/reference/api-conventions.asciidoc index b56e02fa5bece..e1d644a73e3fc 100644 --- a/docs/reference/api-conventions.asciidoc +++ b/docs/reference/api-conventions.asciidoc @@ -3,11 +3,7 @@ [partintro] -- -The *elasticsearch* REST APIs are exposed using: - -* <>, -* <>, -* <>. +The *elasticsearch* REST APIs are exposed using <>. The conventions listed in this chapter can be applied throughout the REST API, unless otherwise specified. diff --git a/docs/reference/modules/memcached.asciidoc b/docs/reference/modules/memcached.asciidoc index d14177444e4bf..dca8051af8e60 100644 --- a/docs/reference/modules/memcached.asciidoc +++ b/docs/reference/modules/memcached.asciidoc @@ -1,6 +1,8 @@ [[modules-memcached]] == memcached +deprecated[1.5.0,The memcached transport is deprecated and will be removed in 2.0.0] + The memcached module allows to expose *elasticsearch* APIs over the memcached protocol (as closely as possible). diff --git a/docs/reference/modules/plugins.asciidoc b/docs/reference/modules/plugins.asciidoc index ca99e4d782d5f..2d27b36f99b82 100644 --- a/docs/reference/modules/plugins.asciidoc +++ b/docs/reference/modules/plugins.asciidoc @@ -259,8 +259,6 @@ You can disable that check using `plugins.check_lucene: false`. ==== Transport Plugins .Supported by Elasticsearch -* https://github.com/elasticsearch/elasticsearch-transport-memcached[Memcached transport plugin] -* https://github.com/elasticsearch/elasticsearch-transport-thrift[Thrift Transport] * https://github.com/elasticsearch/elasticsearch-transport-wares[Servlet transport] .Supported by the community