avro-python3Easy Playground

Apache Avro data serialization with schema evolution

Getting started with avro-python3Run locally
Install
pip install avro-python3
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: avro_python3)

avro-python3 is a third-party package. Apache Avro data serialization with schema evolution. Install with: pip install avro-python3

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?