码迷,mamicode.com
首页 > 其他好文 > 详细

gRPC 的 RoadMap 20150719 更新

时间:2015-07-19 23:10:41      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:

gRPC是一个高性能、通用的开源RPC框架,其由Google主要面向移动应用开发并基于HTTP/2协议标准而设计,基于ProtoBuf(Protocol Buffers)序列化协议开发,且支持众多开发语言。

下面我们就从 HTTP2、ProtoBuf 3、 Nginx、gRPC 的角度看他们的 RoadMAP。

HTTP2

2015年5月HTTP2协议正式版发布: RFC7540、RFC7541。

http://www.infoq.com/cn/news/2015/02/http2-ietf-approve-publish

 

ProtoBuf 3

ProtoBuf 3 目前最新版本是 3.0.0-alpha-3.1

https://github.com/google/protobuf/releases

网上能看到的发布计划是今年某个时间正式发布.

https://groups.google.com/forum/#!topic/protobuf/NcK5ae8ZUSU

5月8日Feng Xiao的回复 It‘s expected to come sometime this year.

 

nginx 对 gRPC 负载均衡的支持

nginx 完整支持 HTTP2 的计划是2015年底,参看:

http://nginx.com/blog/how-nginx-plans-to-support-http2/ 

We’re pleased to announce that we plan to release versions of both NGINX and NGINX Plus by the end of 2015 that will include support for HTTP/2.

这是今年2月 HTTP2 正式发布后 nginx 官方博客宣布的。

而对 SPDY 的支持很早就支持了,相关文档请参考:
http://nginx.org/en/docs/http/ngx_http_spdy_module.html

 

gRPC

这里的实现,主要分三个版本:gRPC, gRPC-java and gRPC-go

https://github.com/grpc/grpc  The C based gRPC (C++, Node.js, Python, Ruby, Objective-C, PHP, C#) 最新版本 0.10.0

https://github.com/grpc/grpc-java   最新版本 v0.7.2

https://github.com/grpc/grpc-go  目前看不到 milestones 计划。

gRPC 的 RoadMap 20150719 更新

标签:

原文地址:http://www.cnblogs.com/ghj1976/p/4659858.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!