Skip to Content
0
May 05, 2022 at 07:48 AM

How to check if a tenant is valid and known by the mtx sidecar

203 Views

Hello Colleagues,

We are using CAP Java framework for our Multitenant Application. For some scenarios we run into an issue where a tenant Id which is known to us might have been unsubscribed and when we try to set it to the CdsRuntime RequestContext, throws an error. We are looking for a way where we can ask the MTX Sidecar to check if this tenant id is known to it. This would help us to deal with these invalid tenant Ids. Is there such an API or library that we can use?

Regards,

Aniket Mohapatra