enable native protocol by default

This commit is contained in:
Jonathan Ellis 2013-05-10 08:51:52 -05:00
parent 95cf9a5f0d
commit c3ff774dee
2 changed files with 5 additions and 3 deletions

View File

@ -17,6 +17,10 @@ Features
CQL3 documentation (http://cassandra.apache.org/doc/cql3/CQL.html)
for details and examples.
Upgrading
---------
- The native CQL transport is enabled by default on part 9042.
1.2.4
=====

View File

@ -330,11 +330,9 @@ listen_address: localhost
# internode_authenticator: org.apache.cassandra.auth.AllowAllInternodeAuthenticator
# Whether to start the native transport server.
# Currently, only the thrift server is started by default because the native
# transport is considered beta.
# Please note that the address on which the native transport is bound is the
# same as the rpc_address. The port however is different and specified below.
start_native_transport: false
start_native_transport: true
# port for the CQL native transport to listen for clients on
native_transport_port: 9042
# The minimum and maximum threads for handling requests when the native