Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
JackDev
Contributor
Contributor

Talend ESB how to create a jar for deploy on google app engine

Hi i am new to Talend and i have created a job for tRestRequest . how can i set endpoint and deploy it on google app engine. it is working fine on local system with localhost:8088. 

Labels (2)
2 Replies
Anonymous
Not applicable

I never tried on app-engine but it looks to me similar to AWS Elastic Beanstalk. So I would request you to verify this solution.
Try exporting the RestService as a Microservice.
You can export the Microservice as a Standalone jar file.
You can run the service using jar command
Java -jar jar_file –server.port=8065
Then your endpoint is running under host:8065/URI
So it is important now to verify if it is possible to run the above java command in app engine and the endpoint assigned to your service.

Another option is exporting the service as Docker container which Talend might support in 7.2 or upcoming releases.
Also Google App engine seems to have plans to support Docker in upcoming releases.
JackDev
Contributor
Contributor
Author

can you please share any link for the solution .
i have created a jar and deployed it to app engine but getting 502 error . I have attach screenshot of my job 


test.PNG