I'm looking for the best practice and recommendations for the following setup.
I have an environment deployed in two regions and each region has its own hub and spoke topology.
The target is to have oracle base database deployed in one spoke of each region and have the database replicated between them using data guard.
So I'm a bit lost on the best practices whether to have the connection directly from DRG from spoke to spoke to achieve this replication and to make it work or to have it go through the hub and spoke topology because I've seen an old documentation from two three years ago saying that the hub and spoke was not supported yet and it was the DRG spoke to spoke directly to have each VCN peered.
So, I'm not sure if this is the same case or not just for me to follow the best practices and to deploy what Oracle supports at the moment. Thank you.
This is the documentation link I checked: https://database-heartbeat.com/2023/06/20/cross-region-data-guard-cli/
Thank you.