ptyin opened a new pull request, #8:
URL: https://github.com/apache/incubator-seata-k8s/pull/8

   ## Background
   The current architecture for scaling SeataServer involves updating raft 
nodes through access to the `/metadata/v1/changeCluster` endpoint. However, 
when accessing nodes one by one during the scaling process, there is a lack of 
proper health status checks. This can lead to scenarios where HTTP requests are 
sent to nodes that have not successfully started. Additionally, the existing 
implementation does not include the necessary login and token retrieval steps.
   
   ## Changes Made
   - Added health status checks before sending HTTP requests to individual 
nodes during the scaling process.
   - Implemented login and token retrieval operations to ensure proper 
authentication during the update of raft nodes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to