Uses of Interface
io.confluent.kafka.serializers.subject.strategy.SubjectNameStrategy
Packages that use SubjectNameStrategy
-
Uses of SubjectNameStrategy in io.confluent.kafka.serializers
Fields in io.confluent.kafka.serializers declared as SubjectNameStrategyModifier and TypeFieldDescriptionprotected SubjectNameStrategyAbstractKafkaSchemaSerDe.keySubjectNameStrategyprotected SubjectNameStrategyAbstractKafkaSchemaSerDe.valueSubjectNameStrategyMethods in io.confluent.kafka.serializers that return SubjectNameStrategyModifier and TypeMethodDescriptionAbstractKafkaSchemaSerDeConfig.keySubjectNameStrategy()AbstractKafkaSchemaSerDeConfig.valueSubjectNameStrategy() -
Uses of SubjectNameStrategy in io.confluent.kafka.serializers.subject
Classes in io.confluent.kafka.serializers.subject that implement SubjectNameStrategyModifier and TypeClassDescriptionclassASubjectNameStrategythat will query schema registry for the associated subject name for the topic.classFor any record type that is published to Kafka, registers the schema in the registry under the fully-qualified record name (regardless of the topic).classDefaultSubjectNameStrategy: 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.classFor 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.