Support for Service Topology when using Istio mesh

Hello,

From K8s 1.17 version it is possible to configure Service Topology (https://kubernetes.io/docs/concepts/services-networking/service-topology/#prefer-node-local-zonal-then-regional-endpoints) to e.g. prefer routing to Pods in the same k8s worker node or in the same availability zone.
Is this configuration respected by Istio mesh?