Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What kind of network component or product needs to be added to achieve load balancing and fault transfer (interface granularity) after publishing the Talend API on multiple runtimes, especially on Alibaba Cloud? Can such a product be implemented
Thanks for your reply
What is the specific name of the load balancer service you mentioned? We are currently using Alibaba's ALB service, but it can only achieve server level failure switching. When a runtime server crashes, it can seamlessly switch to other runtime servers. However, if only one API interface service is unavailable on this runtime server, ALB will still send requests to this API interface instead of automatically sending them to other runtime servers.
thanks