-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tip in grpc code start to tell user how it works #19642
Comments
cc @mkouba |
to add the index file, you just need this: and also optionally this if there is a fixed path to reach the service (but I don't think it's the case here): |
- resolves quarkusio#19642 (cherry picked from commit 57d2f7c)
- resolves quarkusio#19642 (cherry picked from commit 57d2f7c)
- resolves quarkusio#19642 (cherry picked from commit 57d2f7c)
Description
I tried the grpc code start out just using the cli with
quarkus create -x io.quarkus:quarkus-grpc mygrpc
and runquarkus dev
and it works.there is no
index.html
so localhost:8080 gives no info and in the readme.md it just points to https://quarkus.io/guides/grpc-getting-started whichexplains how to write this. No indication to user what he can/should do.
Maybe keep index.html ? and add to it and readme.md a mention like:
"This grpc codestart gives you a basic grpc endpoint you can test in the dev ui at
/q/dev/io.quarkus.quarkus-grpc/services. The guide at https://quarkus.io/guides/grpc-getting-started explains the code involved.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: