chedeti 76db7f9a7c use boost::make_shared %!s(int64=9) %!d(string=hai) anos
..
Dockerfile 82afcaa009 rename class variables to snake_case %!s(int64=9) %!d(string=hai) anos
README.md 76db7f9a7c use boost::make_shared %!s(int64=9) %!d(string=hai) anos
grpc_plugins_generator.patch 82afcaa009 rename class variables to snake_case %!s(int64=9) %!d(string=hai) anos

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 bcad91771b.