grpc / grpc/grpc-java

Support unary Future and Blocking service implementations

Open
#2,155 0 comments 0 reactions 1 assignee Claimed by @larry-safran View on GitHub
enhancement
Dominant language
Java
Stars
12.1k
Forks
4k
Avg merge
2d 17h
Merged PRs (30d)
37

Description

Since we are now requiring all implementations to extend our base classes we can add streaming options later without breaking anyone (with the interfaces it would have). Even though we have server-streaming for blocking we may want to not support it yet on server-side.

This has a benefit for testing since blocking/future is much easier to mock with mocking frameworks than the async interface.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.