1.

How To Use Avro?

Answer»

The workflow to USE Avro is:−

We need to create schemas at first to READ the schemas into our program that is possible in TWO ways.

Then perform the serialization by using serialization API provided for Avro. And then perform deserialization by using deserialization API provided for Avro.

The workflow to use Avro is:−

We need to create schemas at first to read the schemas into our program that is possible in two ways.

Then perform the serialization by using serialization API provided for Avro. And then perform deserialization by using deserialization API provided for Avro.



Discussion

No Comment Found