pipedrive/kardia

Persistence

Closed this issue · 1 comments

Is kardia have a persistence layer or is it on memory?
If i use it inside my microservice architecture solution, and i will restart the microservices, will all the data disapear or it has some persistence layer at the buttom?

kilpa commented

Hello!
Sorry for the late response! 🙏
Kardia does not have a persistence layer and stores all the counters in memory. If the service is restarted then all the data will be reset.