Multi Tenancy

    Namespaces

    • Pulsar is provisioned for specified tenants with appropriate capacity allocated to the tenant.
    • A namespace is the administrative unit nomenclature within a tenant. The configuration policies set on a namespace apply to all the topics created in that namespace. A tenant may create multiple namespaces via self-administration using the REST API and the CLI tool. For instance, a tenant with different applications can create a separate namespace for each application.Names for topics in the same namespace will look like this:
    1. persistent://tenant/app1/topic-1
    2. persistent://tenant/app1/topic-2
    3. persistent://tenant/app1/topic-3