Skip to content

Releases: kumuluz/kumuluzee-grpc

Release 1.1.0

29 Jan 08:04
Compare
Choose a tag to compare

With new KumuluzEE release we are bringing JDK9+ support to Kumuluzee gRPC too! Project can now be compiled and will run without errors. However, running service on Java 11 will print some warnings to the console. These are warnings from JVM caused by some reflection lookups in the dependencies.

Do not hesitate and give it a go!

Sample will be updated soon!

v1.0.0

12 Oct 06:14
Compare
Choose a tag to compare

KumuluzEE-gRPC extension released!

This extension enables easy implementation of gRPC communication between microservices. gRPC service registration is done using annotations. Configuration can be provided using standard config.yml file (server and client). Helper class for creating custom gRPC client is provided, but most of the time the provided automatic configuration is sufficient. This release supports JWT token based authentication and client-server verification using standard public/private keys.

Sample is available.

NOTE: JDK8 is the highest version currently supported. JDK9+ support will be supported in the next release.