Is partial data replication possible?

Partial replication is a DIY, aka “do it yourself”. Synchronizing nodes can be very hard, luckily you get help with that from the ConfD transaction manager. You can use this post + application note + blog post as inspiration:

In the above post, all nodes can write to each other active-active style. If you just want to setup an active-standby replication that would simplify things greatly. Just lock the northbound APIs for writing on that standby node for all clients except the active node.