emphasize that unframed mode is going away sooner than later

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1038152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2010-11-23 15:10:34 +00:00
parent 77ede1e360
commit 9cf9e9372b
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ Upgrading
Thrift API
----------
- The Cassandra server now defaults to framed mode, rather than
unframed. Unframed is obsolete and will be removed in the future.
unframed. Unframed is obsolete and will be removed in the next
major release.
- The Cassandra Thrift interface file has been updated for Thrift 0.5.
If you are compiling your own client code from the interface, you
will need to upgrade the Thrift compiler to match.