-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
how to use this in java? #685
Comments
@DuyThangDecima did you try reading through the documentation? Do you have a gRPC server running in Java already? What have you tried doing? |
Let me proceed this thread, since I have the same task. I have a Spring Boot application. I was able to run gRPC server in it, it works fine. |
As of right now, grpc-gateway doesn't generate any Java code, let alone spring boot definitions. There's no way to generate a version of grpc-gateway that runs in Tomcat instead of in the go run time. There are, however, some projects that generate similar functionality for Java. I've never used them and cannot attest to their quality but I do know they exist. I'm reluctant to recommend any particular one though because I haven't used any of them. They're pretty easy to find on Google. Do you have any luck with them, please report back here so we can find out what the experience is like. Thank you! |
Is this issue still existing? |
Please see earlier comments for how you might be able to achieve a similar result in Java. If you have specific concerns with this repo, please open a new issue and let's talk about them there. |
My project written Java, I don't find document install, use ... for Java
Help me.
The text was updated successfully, but these errors were encountered: