ContextNameStrategy is used by a serializer or deserializer to determine
the context name used with the schema registry.ReferenceSubjectNameStrategy:
simply uses the reference name as the subject name.NullContextNameStrategy that returns null (indicating no specific context).ReferenceSubjectNameStrategy that makes a reference name that
represents a path appear as a qualified name.ReferenceSubjectNameStrategy
is used by the serializer to determine the subject name under which the referenced schema
should be registered in the schema registry.AbstractKafkaSchemaSerDeConfig.USER_INFO_CONFIG insteadSubjectNameStrategy is used by the serializer to determine
the subject name under which the event record schemas should be registered
in the schema registry.SubjectNameStrategy
instead.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.Copyright © 2025 Confluent, Inc.. All rights reserved.