]
Rogerio Ferreira commented on WFLY-11034:
-----------------------------------------
Hello [~bmaxwell], the use cases we have are unary calls between microservices that
require high performance. The rest api have many problems with
serialization/deserialization performance. We can use runtimes WildFy if they have a
support for gRPC, because in some cases the gRPC and RestAPI(servlet) need coexist in the
same application..
Integration with grpc (high performance, open-source universal RPC
framework)
-----------------------------------------------------------------------------
Key: WFLY-11034
URL:
https://issues.redhat.com/browse/WFLY-11034
Project: WildFly
Issue Type: Feature Request
Components: Remoting
Affects Versions: 14.0.0.Final
Reporter: Brad Maxwell
Priority: Major
https://grpc.io/
grpc should be seamlessly integrated into Wildfly as grpc support for EJB's and other
EE components would make it very easy for microservices written in other languages to
interact with Wildfly.
grpc might be a good replacement candidate for corba (binary marshalling, efficiency,
good community and support, modern, http/2, streaming, strong contract).