Top "Thrift" questions

Thrift is a software framework for scalable cross-platform, cross-language services development available from Apache.

Thrift as a Public API replacement for REST?

I started creating a API for a new site I'm working on. I originally wanted to make it an normal …

api rest thrift
Difference between Thrift , JSON and REST

Can somebody please tell me difference between JSON, Thrift and REST ? How one can decide which one to use ? Which …

json rest thrift
Best way to send binary data with Thrift

I have a structure in c++ which stores bytes like this: struct RemoteData { /// some other fields here unsigned char* buf; …

thrift
Type has not field or method Read (but it does)

I'm stumped on this one. In the project that I'm working on, we generate go code from Thrift. The code …

go thrift
configure: error: no acceptable C compiler found in $PATH

I am trying to Build and Install the Apache Thrift compiler and libraries I had to type this command is …

linux gcc gnu thrift msys
Cassandra-cli cant connect to remote cassandra server

I have a cassandra server running on a server(serv1). cassandra-cli can connect to it when run on serv1. However, …

java nosql cassandra thrift thrift-protocol
Asynchronous request with Thrift in Java

I'm looking for an example of how to make an asynchronous request in Java using Thrift. Looking at the generated …

java asynchronous thrift
Thrift vs Protocol buffers

I've been using PB for quite a while now, but, Thrift has constantly been at the back of my mind. …

c++ windows protocol-buffers thrift
TNonblockingServer, TThreadedServer and TThreadPoolServer, which one fits best for my case?

Our analytic server is written in c++. It basically queries underlying storage engine and returns a fairly big structured data …

c++ multithreading threadpool nonblocking thrift
Is an unbound SecurityManager really an invalid application configuration in Shiro?

I'm adding Apache Shiro to my application and I'm wondering if the following error message is truly accurate: org.apache.…

guice thrift shiro