Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
ashif2
Creator II
Creator II

Load Balancing between Talend Runtimes

Hi Team,

 

How to achieve load balancing among runtime servers. 

 

For example,

 

I have 4 runtime runtime servers in test environment and all these runtimes have same  data service (SOAP service). How to achieve the load balance among these runtime servers.

 

Can anyone help me on this ?

Labels (3)
1 Solution

Accepted Solutions
ashif2
Creator II
Creator II
Author

@xdshi:

 

Finally , I found that in my recent project this kind of load balancing is achieved through Cisco Load Balancer. 

View solution in original post

5 Replies
ashif2
Creator II
Creator II
Author

@rhall , @xdshi .. Can anyone help me on this.. 

Anonymous
Not applicable

Hello,

Are you requesting to add auto-scaling (with load-balancing) feature for managing Talend Runtimes? Would you like to dynamically scale Talend Runtimes? More information will be appreciated.
Best regards
Sabrina

--
ashif2
Creator II
Creator II
Author

@xdshi.

 

Consider a design like below : 

 

This is on-premise architecture. I have 3 different servers say A, B, C and each has it own talend runtimes and applications are deployed in all the servers.  Services page of the servers will lists the deployed SOAP /Restful applications in its respective ports.

 

Service page will be like :

 

  http://host-a-ip:8090/services
   http://host-b-ip:8090/services

  http://host-c-ip:8090/services

 

While exposing the endpoints of my application to other consuming system, I'm expecting to share a single WSDL details(I don't want to share the each individual wsdl definitions)  which is generic  like http://talend-esb.de/services/HelloWorld.WSDL

 

how to define the configuration for this talend-esb.de and how to achieve the load balancing among these 3 runtimes.

 

Is there any options available in talend-runtimes directly?

 

 

Anonymous
Not applicable

Hello @ashif,

We have already redirected your use case and issue to talend  ESB experts and will come back to you as soon as we can.

Best regards

Sabrina

ashif2
Creator II
Creator II
Author

@xdshi:

 

Finally , I found that in my recent project this kind of load balancing is achieved through Cisco Load Balancer.