With SQL 2012 we are told to stop using database mirroring because it will be removed in a future release. We are to use Always On Availability Groups (AG) instead. The problem is that AG drops one important feature - the ability to mirror across domains.
Is there any way to use AG and created a readable mirror on a server in another domain. Perhaps by establising a trust between the domains? Or is the requirement there because AG's are integrated with WSFC and WSFC requires all nodes to be in the same domain?
Chuck