Terracotta-OSS / terracotta-platform

http://terracotta.org
Apache License 2.0
32 stars 48 forks source link

Use InetSocketAddress#getHostString() instead of InetSocketAddress#getHostName() #960

Closed mathieucarbou closed 3 years ago

mathieucarbou commented 3 years ago

Because:

This code was extracted a while ago from EE to be re-used in DC. This code is also used in EE. If some places REALLY need at one point to use a resolved address, I think this is up to these places to ask for the address to be resolved.