]
Tristan Tarrant updated ISPN-1149:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Allow HotRodServer to obtain its own port
-----------------------------------------
Key: ISPN-1149
URL:
https://issues.jboss.org/browse/ISPN-1149
Project: Infinispan
Issue Type: Feature Request
Components: Remote Protocols
Affects Versions: 5.0.0.FINAL
Reporter: Jeff Ramsdale
When embedding a HotRodServer in my application I want to be able to start multiple
instances on the same machine without having to track a pool of ports. HotRodServer should
have an option to start up and obtain its own port, which I can then provide to my
clients. In this fashion port bind collisions will not occur.