Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add golang support #194

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

add golang support #194

wants to merge 3 commits into from

Conversation

icexin
Copy link

@icexin icexin commented Apr 24, 2017

go版本的实现,包括客户端和服务端,实现的功能有:

  • 通信协议的codec实现
  • proto service代码的生成
  • 简单实现的客户端和服务端
  • 压缩的支持

@icexin
Copy link
Author

icexin commented Apr 25, 2017

@qinzuoyan @fxsjy @weilikai @teodor-pripoae @yan97ao
哪位可以处理一下?

@teodor-pripoae
Copy link
Contributor

Hi,

Unfortunately I don't use sofa-pbrpc anymore (we chosed grpc) but I just open sourced our go client which we used for testing it.

In case you need some inspiration:

https://github.com/kuende/sofa-pbrpc-go

@qinzuoyan
Copy link
Collaborator

@icexin , please fix the travis-ci failure firstly, thanks.

@icexin
Copy link
Author

icexin commented Apr 26, 2017

@teodor-pripoae Thanks!
@qinzuoyan Fixed! It's an upstream error. Snappy's recent commits caused ci failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants