lilihongjava opened a new issue #2664:
URL: https://github.com/apache/apisix/issues/2664


   ### Issue description
   Requirement: a request has an application ID and a developer ID. it is 
necessary to find out the private key(there is a management console that can be 
configured)  corresponding to the application and developer in a place to 
encrypt the request content. This data(private key) is dynamic and will change 
frequently. Now i need to select a key value library. At present, we plan to 
put redis or etcd. For redis,  it is a memory database, and it is also used for 
limit-req. The reason why etcd is put is that apifix comes with it. I 
understand that etcd has a watch mechanism, but I don't know whether apifix 
provides a function to get the latest data stored in etcd? And whether in the 
apisix plugin  can get the latest data in real time in memory?
   Or do you have any better suggestions for dynamic data storage? Thank you
   


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

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


Reply via email to