Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple listener HTTP ports #4

Open
apatrida opened this issue Sep 13, 2014 · 2 comments
Open

Allow multiple listener HTTP ports #4

apatrida opened this issue Sep 13, 2014 · 2 comments

Comments

@apatrida
Copy link
Contributor

It is possible to have a different listening ports so that we can do nice things with them later. For example, create a port for user queries, one for admin, and the default one for Solr internal cluster communication.

@apatrida apatrida changed the title Allow multiple listener HTTP ports, and support rate/request limiting per port Allow multiple listener HTTP ports Sep 14, 2014
@stephlag
Copy link
Contributor

We would be really interested by this feature.
Do you have any idea of what are the challenges have to be tackled?

@apatrida
Copy link
Contributor Author

I think it might be fairly simple, have to add configuration for it, and then wrap the same handlers. I think they can be shared. If each port would have different rates limiting then it would be more complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@apatrida @stephlag and others