Currently, the Kafka Connect doesn’t support multi-tenancy. All Kafka Connects are deployed to the
public/default
namespace.And all of configured topics are also under the public/default
namespace by default, unless you specified topics with the prefix: ${tenant}.${namespace}.
.For more details about the multi-tenancy support for Kafka topics in StreamNative cloud, please refer to the Kafka Multi-Tenancy.