Github user aweisberg commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/193#discussion_r167605713
--- Diff: src/java/org/apache/cassandra/config/Config.java ---
@@ -128,6 +128,13 @@
public boolean listen_on_broadcast_address = false;
public String internode_authenticator;
+ /*
+ * RPC address and interface refer to the address/interface used for
the native protocol used to communicate with
+ * clients. It's still called RPC in some places even though Thrift
RPC is gone. If you see references to native
+ * address or native port it's dervied from the RPC address
configuration.
--- End diff --
Fixed thanks.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]