Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAvro ¶
decodeAvro decodes an Avro event using the provided schema and returns a nested map[string]interface{}.
Parameters: - schema: The Avro schema used for decoding the event (string). - event: The Avro event to be decoded ([]byte).
Returns: - nestedMap: The decoded event as a nested map[string]interface{}.
func GetSchemaIdFromPayload ¶
GetSchemaIdFromPayload returns the schema id from the payload
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.