Match registry

I Want to make sure before implementing match logic using the Authoritative match.
In the open-source version, the match registry is local, meaning there is not a real distribution of matches.
Once I will deploy my server using the enterprise version any changes in the code will be required to allow match distribution?

@oshribin Yep. The server APIs are carefully designed so that the distributed layer we’ve built into Nakama Enterprise will maintain the same “single view” of the datasets across the cluster and handle convergence for you as a drop-in replacement.

There’s no need for special logic differences between the two. We also bundle our Nakama Enterprise images as the base image for all builds on our cloud platform so you get to use it there by default.

1 Like