public class QualifiedReferenceSubjectNameStrategy extends Object implements ReferenceSubjectNameStrategy
ReferenceSubjectNameStrategy that makes a reference name that
represents a path appear as a qualified name.| Constructor and Description |
|---|
QualifiedReferenceSubjectNameStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,?> map) |
String |
subjectName(String refName,
String topic,
boolean isKey,
ParsedSchema schema)
Given a reference name, this method returns a subject name.
|
public QualifiedReferenceSubjectNameStrategy()
public String subjectName(String refName, String topic, boolean isKey, ParsedSchema schema)
subjectName in interface ReferenceSubjectNameStrategyrefName - name of the reference, the relative path of the Protobuf filetopic - the topic nameisKey - whether this reference is a key or a valueschema - the in-memory representation of the Protobuf schemaCopyright © 2025 Confluent, Inc.. All rights reserved.