produce
and consume
permissions to the namespace for the target topic.${brokerServiceURL}l
: the broker service URL of your StreamNative cluster.${apikey}
: an API key of your service account.service-url
: the broker service URL of your StreamNative cluster.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.