July 2017
Beginner to intermediate
358 pages
10h 54m
English
The Thrift framework was created by Facebook and was open sourced in 2007. It is currently maintained by the Apache Software Foundation. The main aims of Thrift are:
This is a thrift service definition:
struct User { 1: string name, 2: i32 id, 3: string email } struct Error { 1: i32 code, 2: string detail } service Users { Error createUser(1: User user) }
Find more information on Apache Thrift at https://thrift.apache.org ...
Read now
Unlock full access