By scheduling its run on a Remote Engine or cluster, your Route or data service task will be executed in an on-premises secure runtime.
Before you begin
- You must select the correct microservice or OSGi run profile for the Remote Engine in Talend Cloud Management Console when creating or editing the engine.
About this task
Routes and data services can only be deployed on Remote Engines and clusters.
Note: When
a data service is deployed on a Remote Engine or cluster, the service URL to connect
to needs to have a
/services/
namespace in it. For example, the
service URL in the Studio is http://localhost:8090/\{method_name}
.
The correct namespace for Remote Engine should be
http://localhost:5070/services/\{method_name}
.