Hello!
I have a question.
There are many services (8000+) registered in Consul. Now, to get the instances of each of them, I need to make a request HTTP API for each of them. If I want to update the data quickly (less than a second), then this is either 8000 requests per second, or 8000 open connections to the Consul. I have a lot of such instances and there is a division into data-centers. As a result, it turns out to be quite a large load (rps or open connections)(
Tell me, please, is there any way to get the state more efficiently? For example, through gossip or rpc, or another way?
Thanks!