Skip to content Skip to sidebar Skip to footer
Showing posts with the label Avro

How To Decode/deserialize Avro With Python From Kafka

I am receiving from a remote server Kafka Avro messages in Python (using the consumer of Confluent … Read more How To Decode/deserialize Avro With Python From Kafka

Read Avro File Using Python

I have an AVRO file(created by JAVA) and seems like it is some kind of zipped file for hadoop/mapre… Read more Read Avro File Using Python

Spark Python Avro Kafka Deserialiser

I have created a kafka stream in a python spark app and can parse any text that comes through it. … Read more Spark Python Avro Kafka Deserialiser