Hi,
Can you Please provide clarification for below,
I have created graphQL server in Springboot code. Is this possible to deploy as a jar in java callout policy?
or any other option to host graphQL server in ApigeeX?
Solved! Go to Solution.
No
A good place to host server logic is in Cloud Run. Then use Apigee as the API Gateway layer in front of that service.
Hosting servers as Java callouts within Apigee is an anti-pattern! Apigee is not a general-purpose application hosting system. Cloud run is a general-purpose, container oriented hosting system! You can build a server in spring boot and deploy to cloud run from your workstation. It's really cool!