Is it possible to use Kratos in a truly distributed (multi-region) system? AFAIK Ory would rely on Cockroach. But even Cockroach has multi region only in the paid plan and you can pretty much only use it on AWS or Google infrastructure because of special requirements to the load balancer for example.
I would have in mind an event-based system that is able to handle concurrency issues.
I'm not sure whether Kratos has something that goes into that direction, or whether it is easier to build that on my own (either with Kratos as role model or without Kratos at all, using pure Go libraries)...
What are your thoughts?