Force Interzone Load Balancing
This page described how to force inter-zone load balancing for clients that don't regularly refresh their Metadata.
Problematic Libraries
How to Enable Interzone Load Balancing
availabilityZone := lookupAZ()
sessionID := uuid.New().String()
clientID := fmt.Sprintf(
"warpstream_session_id=%s,warpstream_az=%s,warpstream_interzone_lb=true,
sessionID, availabilityZone)How the Load Balancing Mechanism Works
Tuning the Load Balancing Check Interval
Error Handling in Interzone Load Balancing
Specific Errors to Look For:
Last updated
Was this helpful?