grpc/tools/grift
chedeti 7e024be839 fix multilevel inheritence codegen 2016-08-05 11:15:37 -07:00
..
Dockerfile fix Dockerfile 2016-08-04 17:52:00 -07:00
README.md use boost::make_shared 2016-08-04 11:56:54 -07:00
grpc_plugins_generator.patch fix multilevel inheritence codegen 2016-08-05 11:15:37 -07:00

README.md

Copyright 2016 Google Inc.

#Documentation

grift is integration of Apache Thrift Serializer with gRPC.

This integration allows you to use grpc to send thrift messages in C++ and java.

grift uses Compact Protocol to serialize thrift messages.

##generating grpc plugins for thrift services

###CPP

 $ thrift --gen cpp <thrift-file>

###JAVA

 $ thrift --gen java <thrift-file>

#Installation

Before Installing thrift make sure to apply this patch to third_party/thrift. Go to third_party/thrift and follow the INSTALLATION instructions to install thrift with commit id bcad91771b7f0bff28a1cac1981d7ef2b9bcef3c.