string
to more complex application-specific types.
shared
and shared-aws
server pools are available for StreamNative Cloud.
The following table lists the relationship between the server pool where the instance is located and the location of clusters available for the instance.
Server pool | Description | Cluster location |
---|---|---|
shared | Instances are hosted on Google Cloud. | asia-south1 , europe-west1 , europe-west3 , us-central1 , us-east4 , us-west1 |
shared-aws | Instances are hosted on AWS. | ap-south-1 , ap-southeast-2 , eu-central-1 , eu-west-1 , us-east-1 , us-east-2 |
admin
role, allowing full control of organization resources, including “Super Admin” access to the organization’s Pulsar clusters. Currently, all logged-in users have the same “admin” level access.
For details about how to create a service account, see work with service accounts.
persistent://[tenant]/[namespace]/[topic]
where tenant
and namespace
are the organizational units in the multi-tenancy model and the topic
is an arbitrary string (usually named with alphanumeric and characters such as ”_” or ”-”).
For example: persistent://[compliance]/[risk]/[risk-detection]
Pulsar creates a topic under the namespace provided in the topic name automatically. You do not need to explicitly create topics. If no tenant or namespace is specified when a client creates a topic, the topic is created in the default tenant and namespace.
snctl get organizations
and snctl get pulsarinstance
commands. When a Pulsar client connects to a Pulsar cluster through the OAuth2 authentication method, the URN is a required field for OAuth2 authentication.