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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
hli1676341211
Contributor
Contributor

How to Implement Failover of Talend API

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

Labels (2)
1 Reply
hli1676341211
Contributor
Contributor
Author

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