---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/servicenow-platform

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Create a namespace

# Create a namespace in Hermes {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Organize your Kafka topics by creating a namespace.

## Antes de Iniciar

Role required: hermes_admin or kafka_namespace_admin

## Por Que e Quando Desempenhar Esta Tarefa

Use namespaces to organize Kafka topics in logical ways. For example:

* Create namespace records for each Kafka cluster that replicates messages to Hermes.
* Create namespace records for each domain in a domain-separated instance. For more information, see [Hermes Messaging Service domain separation](https://servicenow-prod.fluidtopics.net/4FKVx_CRATXdxQYnRvbBgw "Domain separation is supported for the Hermes Messaging Service. Domain separation enables you to separate data, processes, and administrative tasks into logical groupings called domains. You can control several aspects of this separation, including which users can see and access data.").
{#create-namespace-hermes__ul_upk_jsz_3zb}

## Procedimento

1. Navigate to AllHermes Messaging ServiceNamespaces.
2. Select New.
3. On the form, fill in the fields.  
   {#create-namespace-hermes__table_lds_3pz_3zb__entry__2}

   | Field | Description |
   |-|-|
   | Name | Name of the namespace. |
   | Topic Prefix | Prefix assigned to all topics in this namespace. Topics are assigned to namespaces based on the topic prefix. A scheduled job checks for new topics in Hermes. When it finds one, it creates a topic record and links the topic to the namespace. Aviso: To avoid conflicts between the app ID and the namespace that could result in unexpected behavior, don't specify a topic prefix beginning with `sn_` when creating a namespace record. |
   | Allowed Application Scopes | List of application scopes that have access to this namespace. |
   [Tabela 1. Kafka namespace form]

   {#create-namespace-hermes__table_lds_3pz_3zb}
4. Select Submit.

## Resultado

A namespace record is created in the Kafka Namespace \[sys_kafka_namespace\] table. Topics created in or replicated to Hermes are assigned to the namespace based on the topic prefix.

## O que Fazer Depois

* Organize topics yourself by creating one or more topic records and linking them to this namespace. See [Create a topic in Hermes](https://servicenow-prod.fluidtopics.net/BdFngkyswDh7U1JQPnuRWQ "Create a topic from within ServiceNow. Creating a topic from your instance adds a topic record to the Kafka Topics [sys_kafka_topic] table and adds a Kafka topic to Hermes.").
* Manage access to Kafka topics in the Hermes Kafka cluster by configuring Access Control Lists (ACLs) for this namespace in the certificate generator. See [Set up a secure connection to the Hermes Messaging Service](https://servicenow-prod.fluidtopics.net/G82_bMe~2qKQV4oUElishg "Secure your Kafka topics by generating a ServiceNow instance-signed certificate.").
{#create-namespace-hermes__ul_h5t_5qz_3zb}

