David Chen created TAJO-1458:
--------------------------------
Summary: Use GRPC for Tajo Protobuf RPC implementation
Key: TAJO-1458
URL: https://issues.apache.org/jira/browse/TAJO-1458
Project: Tajo
Issue Type: Improvement
Reporter: David Chen
Currently, Tajo's protobuf-based RPC protocol is not very portable since it is
a custom implementation for the RPC stubs generated by protobuf.
Recently, Google has open-sourced GRPC (http://grpc.io), an RPC framework for
protobuf. Using GRPC for Tajo's RPC implementation will improve the portability
of the protocol due to GRPC's support for many languages, including Java, C++,
and even C#.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)