Closed
Description
Description
Avro message schemas usually carry important information, namespace
and name
.
For example, in Java API, both specific and generic Avro records have schema available via getSchema
.
These namespace
and name
are essential to be able to:
- differentiate event handling depending on type,
- dynamically create Python objects from deserialized messages.