Login
Remember
Register
Ask a Question
What Is Thrift in Cassandra
0
votes
asked
Feb 2, 2020
in
Cassandra
by
rajeshsharma
Explain Thrift?
#cassandra-thrift
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 2, 2020
by
sharadyadav1986
Thrift is a legacy RPC protocol or API unified with a code generation tool for CQL. The purpose of using Thrift in Cassandra is to facilitate access to the DB across the programming language.
...