Hello
In our application we have the requirement to clean all data. What would be the recommended way to do that?
We create a lot of streams so iterating over all streams and deleting them? Not sue about that. We also need to reset projections and recreate persistent subscriptions.
After a clean operation, there will be streams recreated again with the same.
Would just deleting the data folder from every node in the cluster be an option?
Maarten