Hi Carl, I think that underscore in a hostname actually is not valid, if you look at RFC 952, the definition host hostname boils down to:
<name> ::= <let>[*[<let-or-digit-or-hyphen>]<let-or-digit>] Which means a letter followed by zero or more letters, digits or hyphens ending with a letter or a digit. I think docker actually has been changed to not use underscore (I think this ticket is about that https://github.com/docker/docker/issues/22057) -- Johan Akka Team On Saturday, October 15, 2016 at 8:13:08 PM UTC+2, Carl Pulley wrote: > > Interestingly, AddressFromURIString is also used in > akka.cluster.ClusterSettings - and so seeding using DNS names with > underscores in their hostnames is also problematic (especially as in my > example use cases I don't have any control over the choice of the DNS name). > > Is this an intended design decision (if so, I'd like to understand this > decision better please) or should this be considered a bug/issue? > > Many thanks, > > Carl. > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
