persistent://pulsar/system/transaction_coordinator_assign
topic.input-topic
) and two output topics (output-topic-1
and output-topic-2
).output-topic-1
and output-topic-2
).serviceUrl
: the broker service URL of your StreamNative cluster.issuerUrl
: the URL of your OAuth2 authentication provider. You can get the value from your downloaded OAuth2 credential file.credentialsUrl
: the path to your downloaded OAuth2 credential file. The privateKey
parameter supports the following pattern formats:
file:///path/to/file
file:/path/to/file
data:application/json;base64,<base64-encoded value>
audience
: the audience
parameter is the Uniform Resource Name (URN), which is a combination of the urn:sn:pulsar
, the organization name, and the Pulsar instance name, in this format urn:sn:pulsar:<org_name>:<instance_name>
.