Package io.confluent.kafka.serializers.schema.id
package io.confluent.kafka.serializers.schema.id
-
ClassDescriptionA
ConfigSchemaIdDeserializerreturns a schema ID that is configured using the property "use.schema.id" or "use.schema.guid".ADualSchemaIdDeserializerfirst looks for a schema GUID in the header; if not found it looks for a schema ID in the payload prefix.AHeaderSchemaIdSerializeradds a schema GUID to the header.APrefixSchemaIdDeserializerlooks for a schema ID in the payload prefix.APrefixSchemaIdSerializeradds a schema ID to the payload prefix.ASchemaIdis used to identify a schema.ASchemaIdDeserializeris used by a deserializer to determine how to deserialize schema identifiers.ASchemaIdSerializeris used by a serializer to determine how to serialize schema identifiers.