-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Feature]: grpc support #17075
Comments
@nicolas-cyfix thank you for submitting this requirement. Now gRPC integration would be powerful indeed! We will look into it, but since we have a few higher priority items on the roadmap, this may be a few months in coming. |
If I have time, is there a way/documentation I can check to see if I can contribute (but I am not a good Java developer) |
+1 Hi @nicolas-cyfix I am interested aswell in having this feature. I am not very updated about how this project code works but I think maybe we can contribute adding this data source somehow, I think most complicated part could be supporting grpc streams updates. |
|
+1 Would also love to see support for gRPC. For my hobby project Retool is too expensive, but not using gRPC is not viable in my situation. |
Hi @rohan-arthur and @Nikhil-Nandagopal, We've developed an internal gRPC plugin which we believe could be a valuable addition to the open-source community. We're excited to contribute back to this great project, and we will prepare our gRPC plugin to be open-source ready if you welcome this contribution. Here's a small list of requirements we'll cover:
|
hi @emre-carbon , Thanks! |
We have developed exactly the same specs. If anyone wants to use it feel free. This is just missing the advanced connection options like client certificates. You just need to build it locally and add the jar file to the docker container and register the plugin in mongo. https://github.com/gurel/appsmith/tree/grpc/app/server/appsmith-plugins/grpcPlugin |
Lack of gRPC support is currently preventing me from replacing ReTool with AppSmit, which otherwise seems like a superior product for its pricing. Would love to switch, so please make this happen! |
Hi, are there any updates regarding grpc support? This is currently a dealbreaker for us |
Is there an existing issue for this?
Summary
I have some backend services that are accessible only by gRPC. I was wondering if it would be complicated to have such integration? (I saw that reTool supports gRPC also ;-) )
Why should this be worked on?
In my opinion, gRPC is more and more used (for example kubernetes begins to support natively it for health check https://kubernetes.io/blog/2022/05/13/grpc-probes-now-in-beta/), and gRPC is ~ 10x more efficient that REST
Front conversations
The text was updated successfully, but these errors were encountered: