tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Adding functionality to specify which IP address will be bind to when starting the server. #624

Closed lxohi closed 6 years ago

lxohi commented 6 years ago

Hi all,

It seems currently the IP address is hard coded(here) when you was trying to start a server.

It will be better if I can specify which IP addresses will be binded when I have multiple IP address on my server.

Would you mind to add this functionality to colossus?

benblack86 commented 6 years ago

Sounds doable. We should be able to make this an optional piece of config, just like we have so-reuse-address.