Top "Avro" questions

Apache Avro is a data serialization framework primarily used in Apache Hadoop.

How to use Spring-Kafka to read AVRO message with Confluent Schema registry?

How to use Spring-Kafka to read AVRO message with Confluent Schema registry? Is there any sample? I can't find it …

avro spring-kafka confluent-platform confluent-schema-registry
Generating an avro schema with optional values

I am trying to write a very easy avro schema (easy because I am just pointing out my current issue) …

flume avro
KafkaAvroDeserializer does not return SpecificRecord but returns GenericRecord

My KafkaProducer is able to use KafkaAvroSerializer to serialize objects to my topic. However, KafkaConsumer.poll() returns deserialized GenericRecord instead …

java apache-kafka avro confluent-platform confluent-schema-registry
Data validation in AVRO

I am new to AVRO and please excuse me if it is a simple question. I have a use case …

rpc avro json-rpc data-serialization avro4s
module 'avro.schema' has no attribute 'parse'

i am new to python and i was trying to write a simple code for converting a text file to …

python parsing avro