Configuring the Data Service Runner - Cloud

Talend Remote Engine User Guide for Windows

Version
Cloud
Language
English
Operating system
Windows
Product
Talend Cloud
Module
Talend Remote Engine
Content
Design and Development
Installation and Upgrade
Last publication date
2024-02-23
The deployment of Routes and Data Services is supported on Talend Remote Engines from the Fall '18 release.

OSGi type deployments require that Talend Runtime 7.1.1 or a later version is installed and running on the same machine as the Remote Engine. Microservices do not require any other application for Route and REST data service deployments, except the Data Service Runner module inside the Remote Engine.

Talend Runtime can only be linked to a single Talend Remote Engine.

The use of Talend ESB infrastructure services is only supported if you have the ESB infrastructure services configured as part of your on premises subscription, and you are using Talend Administration Center for the configuration of these services.

Apache ActiveMQ Broker is supported as shipped within Talend Runtime with a cloud-only subscription as well.

Data Service Runner adds new deployment capabilities data services and Routes modeled artifacts:
  • OSGi deployment (kar)

    Supported for Routes, SOAP and REST data services. Requires Talend Remote Engine and Talend Runtime running on the same machine.

  • Microservice deployment (zip)

    Supported for Routes and REST data services. Requires only the Talend Remote Engine with the Data Service Runner.

Talend Remote Engine contains the following Data Service Runner configuration files in <RemoteEngineInstallationDirectory>/etc:
  • org.talend.ipaas.rt.dsrunner.cfg - core properties for microservices and OSGi execution
  • org.talend.ipaas.rt.dsrunner.log4jsocket.collector.cfg - log collector properties
  • org.talend.ipaas.rt.dsrunner.metrics.collector.cfg - metric collector properties
  • org.talend.ipaas.rt.dsrunner.microservice.client.cfg - microservice client properties
  • org.talend.ipaas.rt.dsrunner.talendruntime.client.cfg - Talend Runtime client properties

Each property is taken into account when Data Service Runner starts. A property update requires a stop/start of either the Talend Remote Engine or the Data Service Runner.