-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
@hdoan741 and @huytool157, i know that rpc is beta. There is my architecture feedback.
The current architecture for retool rpc doesn't support serverless architecture. Under the hood integration uses polling, which requires running server.
Our case:
- In QA environment application deployed as Cloud Run (serverless container)
- In prod environment application deployed as k8s pod
We have such setup for cost optimization.
From a security standpoint pull-rpc looks better than rest/graphql/grpc/etc, but we can not use it in QA environment.
Can we add the ability to call webhook from retool based on resource configuration? It should improve the Developer Experience with this resource.
KATT and duhfrazee
Metadata
Metadata
Assignees
Labels
No labels