| Package | Description |
|---|---|
| io.confluent.kafka.serializers.subject |
| Modifier and Type | Class and Description |
|---|---|
class |
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).
|
class |
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. |
class |
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.