FLUME-1354. Update docs to show that recoverable memory channel is deprecated.
(Hari Shreedharan via Jarek Jarcec Cecho) git-svn-id: https://svn.apache.org/repos/asf/flume/trunk@1367198 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/534b6afb Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/534b6afb Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/534b6afb Branch: refs/heads/cdh-1.2.0+24_intuit Commit: 534b6afb19d4288bc048a8ebebafdf5453e46889 Parents: 4f8a537 Author: Jarek Jarcec Cecho <[email protected]> Authored: Mon Jul 30 18:06:56 2012 +0000 Committer: Hari Shreedharan <[email protected]> Committed: Fri Sep 7 13:08:03 2012 -0700 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/534b6afb/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index b327f13..e2b7b83 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -1323,9 +1323,9 @@ Recoverable Memory Channel ~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. warning:: The Recoverable Memory Channel is currently experimental and is not - yet ready for production use. This channel's properties are being - documented here in advance of its completion. +.. warning:: The Recoverable Memory Channel has been deprecated + in favor of the FileChannel. FileChannel is durable channel + and performs better than the Recoverable Memory Channel. Required properties are in **bold**.
