lingsamuel opened a new issue, #9657:
URL: https://github.com/apache/apisix/issues/9657

   ### Current Behavior
   
   
![image](https://github.com/apache/apisix/assets/14567045/58f00e7e-2586-462c-91b1-652d5df6610c)
   
   The error check doesn't cover the etcd down case. If etcd is unavailable, 
every request will retry thousands of times.
   Also, in the request-id use case, the snowflake algorithm introduces an 
unnecessary (and probably shouldn't) dependency on etcd. `uuid' is good enough 
for this case. We are planning to remove it.
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1. run APISIX with request-id snowflake enabled
   2. create route with request-id plugin and snowflake as algorithm
   3. disable etcd
   4. request to the route
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.3.0
   


-- 
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]

Reply via email to