Hi, I am curious about the underlying implementation of the CQL native binary protocol. It is also a RPC protocol, right? But how can it outperform thrift as they are both RPC protocol? The Cassandra driver has already implemented this native binary protocol, could anyone tell me which part of the source code is the core of the binary protocol(java or c++ driver)?
Thank you very much, Joy