openclarity / apiclarity

An API security tool to capture and analyze API traffic, test API endpoints, reconstruct Open API specification, and identify API security risks. 
https://apiclarity.io
Apache License 2.0
498 stars 64 forks source link

Horizontal scaling #371

Open ilyinus opened 8 months ago

ilyinus commented 8 months ago

Is your feature request related to a problem? Please describe. One of the requirements of our infrastructure is to have at least two application replicas in k8s or OpenShift cluster. At the moment this is not feasible because the speculator and the traceanalyzer module store data in memory. Also, the speculator saves its state locally to a file.

Describe the solution you'd like Are there any plans to make the apiclarity horizontally scalable?

Describe alternatives you've considered What are the alternative options to solve the horizontal scaling problem?