Skip to content

jeffhubLR/quarkus-1.7-grpc-smallrye-health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus 1.7 with gRPC and smallrye health issue

This project was generated from code.quarkus.io, selecting quarkus-grpc and smallrye health extensions.

After following the gRPC Getting Started guide, the service was started using mvn compile quarkus:dev

Calls to the gRPC service succeed:

grpcurl -plaintext -proto=src/main/proto/helloworld.proto localhost:9000 helloworld.Greeter.SayHello

But the gRPC healthcheck fails:

curl http://localhost:8080/health

{
    "status": "DOWN",
    "checks": [
        {
            "name": "gRPC Server",
            "status": "DOWN"
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published