produce
and consume
permissions to the namespace for the target topic.${brokerServiceURL}
: the broker service URL of your StreamNative cluster.${apikey}
: an API key of your service account.${tenant}/${namespace}/${topic}
: the full name of the topic for message production & consumption. It is a combination of the tenant name, the namespace name and the topic name.${subscription}
: the name of the subscription that will determine how messages are delivered.private_key
: your downloaded OAuth2 credential. This parameter supports the following two pattern formats:
file:///path/to/file
: the path to your downloaded OAuth2 credential file.data:application/json;base64,<base64-encoded value>
: the credential file content encoded into Base64 format.audience
: the Uniform Resource Name (URN), which is a combination of the urn:sn:pulsar
, your organization name, and your Pulsar instance name.
${orgName}
: the name of your organization.${instanceName}
: the name of your instance.${brokerServiceURL}
: the broker service URL of your StreamNative cluster.${tenant}/${namespace}/${topic}
: the full name of the topic for message production & consumption. It is a combination of the tenant name, the namespace name and the topic name.${subscription}
: the name of the subscription that will determine how messages are delivered.