grpc / grpc/grpc-java

Support unary Future and Blocking service implementations

Abierto
#2,155 0 comentarios 0 reacciones 1 asignado Reclamado por @larry-safran Ver en GitHub
enhancement
Lenguaje dominante
Java
Estrellas
12.1k
Forks
4k
Merge medio
2 d 17 h
PR fusionados (30 d)
37

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.