We are using two loadbalancer in GCP.
1.First loadbalancer contains backend as Angular instace which is our Front End(Screen).
2.In second loadbalancer contanins backend as Java REST API instance which is our Back End(Data).
Operation:
First loadbalancer sent a request to second loadbalancer to get the data.
Doubt
If first loadbalancer sent a request to second loadbalancer but scaling happened in second loadbalancer
in this case response will not be sent to first loabalancer.
1.After second loadbalancer scale up complete will response can be sent to first loadbalancer?
2.Will first loadbalancer wait for the response?
If no, in this case how to maintain the session for these type of scenario.
question from:
https://stackoverflow.com/questions/65886549/how-to-maintain-session-between-loadbalancer-in-google-cloud-platform 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…