A basic example gRPC server.
mvn -f ../pom.xml -pl common,basics package
java -jar target/helidon-examples-grpc-basics.jarExercise the example:
java -cp target/helidon-examples-grpc-basics.jar \
io.helidon.grpc.examples.basics.HealthClientThe HealthClient will give this output:
GreetService response -> status: SERVING
FooService StatusRuntimeException.getMessage() -> NOT_FOUND: Service 'FooService' does not exist or does not have a registered health check