I just start reading about zookeeper. And I am getting confused about the data replication and data module.
The ZooKeeper ensemble will contain multiple nodes(Machine) with one leader and others as followers.
The data module is a tree structure with each node as znode.
How does those two structure work together? Is the znode and node refer to the same thing?
I am trying to understand it as each node in ZooKeeper ensemble will have the same data module that contains znode. So the znode is actually, data on nodes. Is that right?