Confluent Schema Registry schema locator.
The value to provide for subject depends on the naming strategy configured in your registry:
TopicNameStrategy (default): "{topic}-key" or "{topic}-value"
e.g. for topic "transactions" use "transactions-value" for the payload and "transactions-key" for the key.
RecordNameStrategy: the fully-qualified record name
e.g. "com.example.Payment" for Avro, the bare message name (without package) for Protobuf,
or the title field value for JSON.
TopicRecordNameStrategy: "{topic}-{fully-qualified-record-name}"
e.g. "transactions-com.example.Payment".
Confluent Schema Registry schema locator. The value to provide for
subjectdepends on the naming strategy configured in your registry:titlefield value for JSON.