How to selectively replicate kinds(tables) in google cloud datastore to multiple regions. As I understand, one can create a google datastore one per project with multiple kinds.
Also while creating this datastore instance within the project, it asks right away which region you want to replicate to.
What if I want to replicate kind1 to USA region and kind2 to USA and EU region? is it possible?
Or do i have to create multiple projects with such respective policy for replication and manage it externally from another project which has the app.
I did try to dig into other posts and documentation on gcloud but did not get a clear answer.
Thanks in advance.