kohesive / solr-undertow

Solr / SolrCloud running in high performance server - tiny, fast startup, simple to configure, easy deployment without an application server.
Other
96 stars 14 forks source link

Add request limiting by local port #8

Open apatrida opened 10 years ago

apatrida commented 10 years ago

depends on #4, when we have multiple port listeners

We can therefore apply rate and request limiting on that port. For example, the cluster port should not be rate limited as a whole because internal cluster communication should be untouched. Another port could be added for the query load balancer and rate limited to protect the system, another port for updates (that do not use zkHost as locator, or another for just the admin UI. The default port is the Solr cluster communication port.