I want to make it clear in my mind:

When a search query comes to a replica what happens?

-Does it forwards the search query to leader and leader collects all the
data and prepares response (this will cause a performance issue because
leader is responsible for indexing at same time)
or
- replica communicates with leader and learns where is remaining
data(leaders asks to Zookeper and tells it to replica) and replica collects
all data and response it?

Reply via email to