Fabric Circuits listing in HA mode

Dear Team again,

I have been aggressively testing HA mode , so far so good
Controllers
3 X Voters controllers
1 X follower controllers

Authentication Method
SSO (via external jwt signer)

a couple of Public Edge
a couple of Private Edge ( can only transit via public edge)

Result: so far so good , all seem workings so far but i have following questions to clarify

  1. When testing services , i can't seem to get any outputs from ziti fabric list circuits
    always empty
    image
    empty but my services and terminators all working fine. Do i need to enable anything else in controller.yaml ?

Note: in my standalone controller setup , i have no issues listing circuits
Any pointers will be very much appreciated. (I did try to search docs and forum)

Hi @Crystech
In the current implementation, circuits are owned by a specific controller. When routers request routing, they'll ask the closest controller to create the circuit for them. Circuits are in-memory only. So to see circuits on a given controller, you'll need to auth to that controller and list circuits on that controller specifically.
Listing circuits is generally something we do for debugging. For operational visibility it's recommended to generate circuits events and ship them to a central facility, which will give you a global view.

Cheers,
Paul

noted with thanks.
there's some changes since HA but i will explore on events in this case. cheers