You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Since the daemon works with a tree structure in memory, when deploying more than a replica there will be conflict between the states of each instance. Also if the pod fails for any reason the memory of the pod could be lost and the tree structure gone.
Describe the solution you'd like
Implement the tree Interface but interacting with a database
Describe alternatives you've considered
Any database will solve the problem, SQL, NoSQL or even something like Redis. This would have an implication on the helm chart since it requires the database/store to exist.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Since the daemon works with a tree structure in memory, when deploying more than a replica there will be conflict between the states of each instance. Also if the pod fails for any reason the memory of the pod could be lost and the tree structure gone.
Describe the solution you'd like
Implement the tree Interface but interacting with a database
Describe alternatives you've considered
Any database will solve the problem, SQL, NoSQL or even something like Redis. This would have an implication on the helm chart since it requires the database/store to exist.
Additional context
Add any other context or screenshots about the feature request here.