You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2023/06/20 21:00:41 UTC

[Bug 66660] StaticMember doesn't support lazy hostname resolution (useful in K8s)

https://bz.apache.org/bugzilla/show_bug.cgi?id=66660

--- Comment #1 from romain.manni-bucau <rm...@gmail.com> ---
Hi, probably not yet mainstream but did you evaluated to use a custom DNS
resolver impl delegating to the JVM when the host values were not known to be
the pod ones? (https://bugs.openjdk.org/browse/JDK-8263693). Think it makes
this usage quite straight forward, just requires to add the custom impl in
tomcat launching classpath (with bootstrap.jar - or directly in the jvm
classpath if embedded) and be it. Can avoid to put a specific strategy in
tomcat and test with the more appropriated one before potentially giving it
back, wdyt?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org