Package io.confluent.kafka.serializers.subject
package io.confluent.kafka.serializers.subject
-
ClassesClassDescriptionA
SubjectNameStrategythat will query schema registry for the associated subject name for the topic.DefaultReferenceSubjectNameStrategy: simply uses the reference name as the subject name.An implementation ofReferenceSubjectNameStrategythat makes a reference name that represents a path appear as a qualified name.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).DefaultSubjectNameStrategy: 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.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.