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

--- Comment #10 from Robert Rettig <robert@rettig.bayern> ---
(In reply to Mark Thomas from comment #8)
> My limited understanding after reading the Docket documentation is that
> tasks.<service-name> is used (via DNS) to get a list of all of the tasks
> backing the service.
> 
> Why would there be a HTTP request to "tasks.<service-name>" rather than
> "<service-name>"?

For example in a docker swarm environment the service-name will resolve to a
virtual-ip (loadbalanced). Some applications have the requirements to get the
address of a dedicated service task. Therefore the "hostname"(which is
misleading) would be 'tasks.service-name'. It will resolve to a list of
dedicated ip. in most cases the first will be used and maybe cached for further
requests.

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

Reply via email to