Can we setup active-passive across 2 data center?

Hi team,
I’m using MongoDB for my documentDB. Now i want to make it HA by deploy in 2 DC. I know that Mongo support replica set for distribute replica on multiple datacenter.

But I want a solution for async (active-passive cluster), because latency between 2 DC quite hight, so I dont want to use replica that may effect performance on replicate data from primary to secondary.

Thanks in advance,
BinhPN