Both the servers are configured as Provider and consumer in my configuration. But the write always happens to the active server(Our application decides which server is active). As soon as the Active server goes down the other server becomes active hence all the writes start going to that server. By definition i thought a master can be consumer as well. Let me if this assumption is correct.
Thanks Rahul