What is EventStore Cluster best practice

Hi team,

We are using an EventStore Cluster (include 3 nodes) on the Windows Servers 2012. Current version is 4.0.3.3

I have a question about what is the best Read/Write balance practice among 3 nodes:

  1. Write events to Master, Read events from Slaves

  2. Write events to Master, Read events from Master or Slaves

  3. Write events to Master or Slaves, Read events from Masters or Slaves

What’s pros and cons?

What’s your suggestions?

Thank you.