First of all, thank you for Squidex! Very happy with it so far!
Question about configuration: I am looking to deploy Squidex to a Docker Swarm. If I have a replicate with 3 nodes, according to your comments in the appsettings “consume” should be true “only on a single node.”
I’m using MongoDB for the event store. Is there a way around that situation? Does using “GetEventStore” fix this issue? I’m not entirely sure how to properly pick one node to be the event consumer in a swarm…
Thanks!