KumuluzEE gRPC 1.0.0-SNAPSHOT released
We’re announcing the availability of KumuluzEE gRPC extension (1.0.0-SNAPSHOT), first beta release, which provides easy-to-implement gRPC based communication between microservices.
This extension provides automatic gRPC server startup, annotation based service discovery and binding, helper class for client creation and basic server configuration using configuration file. Multiple clients can be configured using simple YAML syntax and accessed by name.
More details at KumuluzEE gRPC.
Also check out KumuluzEE gRPC sample.
gRPC protocol is layered above HTTP/2 and provides statically typed requests and responses.