But through api its show 2 ? ```{ "tenants": { ...
# general
k
But through api its show 2 ?
Copy code
{
  "tenants": {
    "DefaultTenant": [
      {
        "port": 8099,
        "host": "Broker_1",
        "instanceName": "Broker_1"
      },
      {
        "port": 8099,
        "host": "Broker_1",
        "instanceName": "Broker_1"
      }
    ]
  },
  "tables": {}
}
x
hmm, it should be Broker_0, Broker_1?
why both are Broker_1?
k
I have just masked the IP
its two different IP’s
Its Broker_0 & Broker_1 only..
x
ok, then it’s probably an ui bug, the API will give you the source of truth
I think it’s reported already
k
Ohh, that is I’m using 0.7.1
@User: Thanks..