| Interface | Description |
|---|---|
| SubjectNameStrategy | Deprecated
use
SubjectNameStrategy
instead. |
| Class | Description |
|---|---|
| DefaultReferenceSubjectNameStrategy |
Default
ReferenceSubjectNameStrategy:
simply uses the reference name as the subject name. |
| QualifiedReferenceSubjectNameStrategy |
An implementation of
ReferenceSubjectNameStrategy that makes a reference name that
represents a path appear as a qualified name. |
| RecordNameStrategy |
For any record type that is published to Kafka, registers the schema
in the registry under the fully-qualified record name (regardless of the
topic).
|
| TopicNameStrategy |
Default
SubjectNameStrategy: for any messages published to
<topic>, the schema of the message key is registered under
the subject name <topic>-key, and the message value is registered
under the subject name <topic>-value. |
| TopicRecordNameStrategy |
For any record type that is published to Kafka topic <topic>,
registers the schema in the registry under the subject name
<topic>-<recordName>, where <recordName> is the
fully-qualified record name.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.