Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Finally , I found that in my recent project this kind of load balancing is achieved through Cisco Load Balancer.
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
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?
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
Finally , I found that in my recent project this kind of load balancing is achieved through Cisco Load Balancer.