Hi All,
I was wondering if anyone knows if there is any value is using clusterIPs with sessionAffinity
set to clientIP
?
My thought here is that since Elasticsearch uses many layers of caching, there might be value in having the same clients/queries hit the same node, so that they can take advantage of the caching.
Does this make sense? Has anyone tested this to see if there is any noticeable value is doing something like this?