Exported services not visible in Service Topology upstreams (Cluster peering)

Hey.
Context
I have 2 Consul clusters (A and B) running on Kubernetes. These clusters are connected via Cluster peering. Cluster A has service “backend” and cluster B has service “frontend”. I exported service “backend” over cluster peering. Frontend service can reach backend service using this DNS record “backend.virtual.<peer_name>.consul”. So from networking/peering perspective everything looks correct. The problem I have is that in Consul UI, when I click on “frontend” service I see no upstreams


Is this expected? Because if service would be in the same cluster then I would see upstream auto-configured once ServiceIntention is created.
Here is a ServiceIntention preview

Consul version v1.19.1

I am pretty sure that this is expected behavior as the new Consul UI doesn’t support displaying services from remote clusters in the topology view. I found an open issue regarding this problem: Topology with remote datacenters too · Issue #9171 · hashicorp/consul · GitHub.