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

support PHP yar protocol #14

Closed
qdaxb opened this issue Apr 26, 2016 · 4 comments
Closed

support PHP yar protocol #14

qdaxb opened this issue Apr 26, 2016 · 4 comments
Labels
Milestone

Comments

@qdaxb
Copy link
Collaborator

qdaxb commented Apr 26, 2016

Yar is a widely used php rpc framework. We could implement the protocol of yar to support cross-language invocation.

There might be three steps:

  • Support yar protocol for Motan server, then a php yar client could call java services
  • Support yar protocol for Motan client. It might be a little harder because of we need to support short connection on Motan client side.
  • Support long connection on php side to improve performance, maybe http/2 is a good option.
@qdaxb qdaxb added the feature label Apr 26, 2016
@ghost
Copy link

ghost commented Apr 26, 2016

this function is what i am looking for! very very great ! exciting!

@chaneychan
Copy link

cool,We are waiting for this feature.

@rayzhang0603
Copy link
Collaborator

yar protocol will supporting soon!you can try it in here https://github.com/weibocom/motan/tree/feature/yar
please let me know if you have any problems.

@qdaxb
Copy link
Collaborator Author

qdaxb commented Sep 8, 2016

done
#160

@qdaxb qdaxb closed this as completed Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants