event_serializer v2.0.3 EventSerializer.Decoder

This module is resposible to decode the messages from a Kafka topic.

Link to this section Summary

Functions

This function decodes the message from a Kafka topic. First we get the schema_id in the message so we can fetch the schema which will be already cached by the EventSerializer.SchemaRegistryCache

Link to this section Functions

This function decodes the message from a Kafka topic. First we get the schema_id in the message so we can fetch the schema which will be already cached by the EventSerializer.SchemaRegistryCache.

Link to this function try_decode(decoder, payload)