Hi Is zookeeper not fit for high writes? since write goes via leader node then how kafka maintains offsets using zookeeper update operation very efficiently.
If there are a lot of subscribers you may feel a squeeze though. zookeeper is also not strictly consistent then how its guranteed cosumers won't read duplicate messages in high level api?