mirror of https://github.com/apache/cassandra
enable native protocol by default
This commit is contained in:
parent
95cf9a5f0d
commit
c3ff774dee
4
NEWS.txt
4
NEWS.txt
|
|
@ -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
|
||||
=====
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue