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

Change gRPC implementation to layer on top of HTTP2 transport #8460

Closed
daneshk opened this issue May 9, 2018 · 0 comments · Fixed by #9221
Closed

Change gRPC implementation to layer on top of HTTP2 transport #8460

daneshk opened this issue May 9, 2018 · 0 comments · Fixed by #9221
Assignees
Labels
Team/StandardLibs All Ballerina standard libraries Type/Improvement

Comments

@daneshk
Copy link
Member

daneshk commented May 9, 2018

Description:
This issue is to track changes we need to do to layer gRPC support on top of our HTTP2 transport and get rid of gRPC netty dependencies.

Current Ballerina gRPC implementation depends on grpc-netty implementation to setup http2 connection. we need to use transport-http dependency instead of that.

Steps to reproduce:
N/A, this is an improvement.

Affected Versions:
N/A, this is an improvement.

OS, DB, other environment details and versions:
N/A, this is an improvement.

Related Issues (optional):
None

Suggested Labels (optional):
improvement

Suggested Assignees (optional):
@daneshk

@daneshk daneshk self-assigned this May 9, 2018
@shafreenAnfar shafreenAnfar changed the title Change gRPC implementation to layer on top of our HTTP2 transport Change gRPC implementation to layer on top of HTTP2 transport May 9, 2018
@anupama-pathirage anupama-pathirage added the Team/StandardLibs All Ballerina standard libraries label Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/StandardLibs All Ballerina standard libraries Type/Improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants