I created a table with following tagOverrideConfig...
# troubleshooting
p
I created a table with following tagOverrideConfig
Copy code
"tenants": {
    "broker": "DefaultTenant",
    "server": "DefaultTenant",
    "tagOverrideConfig": {
      "realtimeConsuming": "DefaultTenant_REALTIME",
      "realtimeCompleted": "DefaultTenant_OFFLINE"
    }
  },
But the restapi /tables/{tableName} only shows
Copy code
"tenants": {
      "broker": "DefaultTenant",
      "server": "DefaultTenant"
    },
Wondering if this config is coupled with something else?
k
btw, I don't think there is anything wrong with the output.
n
why is that? the GET call should show the overrideConfig as well rt
k
oh, then my bad