I read through elasticsearch and understood that there is no way to limit the connections by users
I came across the topic on threadpool size configuration per nodes.
https://www.elastic.co/guide/en/elasticsearch/reference/7.x/modules-threadpool.html
Wanted to know if using a coordinating node, if users are all pointed to coordinator node,
Can i control the number of request or threadpool for all users querying the coordinator node?
Any help is appreciated on this
Thanks