Packages

package schemaid

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class InvalidSchemaIdHeader extends IllegalArgumentException
  2. class SchemaIdFromNuHeadersPotentiallyShiftingConfluentPayload extends SchemaIdFromMessageExtractor

    This class basically extract schema id from our specific headers: key/value.schemaId.

    This class basically extract schema id from our specific headers: key/value.schemaId. Because we always produce those headers, we can have situation when schema id is in headers but also payload is in Confluent format (magic byte + schema id + bytes). Because of that we need to shift this payload so next step (payload deserializer) will have clear situation - buffer pointer pointing to bytes with message

Ungrouped