MessageInfo#
- class kafkit.registry.MessageInfo(id, schema, message)#
Bases:
object
A message, along with schema information.
- Parameters:
- id#
The ID of the schema (an
int
) in the Schema Registry. This uniquely identifies the message’s schema.
- schema#
The schema, as a Python object.
- message#
The message itself, as a decoded Python object.