flca267 opened a new issue, #9230: URL: https://github.com/apache/apisix/issues/9230
### Description As a user, i want new nodes from kubernetes discovery has lower weight with other nodes in several minutes. Now a new node from kubernetes discovery has the same default weight with other existing nodes. Some service's newly instance may need several minutes to "warmup". If the new node has the same weight with others, it may under low performance during the "warmup" period. The kubernetes discovery's nodes() method fetch nodes from a lrucache, so add a timer to set new weight ? Or is there any better way to do this? -- 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]
