python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AvroSerializer: schema for orderbook snapshots
I have a Kafka cluster running and I want to store L2-orderbook snapshots into a topic that have a dictionary of {key:value} pairs where the keys are of type float as the following example:
{
'exc...

CarloP
Votes: 0
Answers: 2
FastAvro Schema Issues
I've almost finished the avro section but I am having one big challenge ahead of me which is the name and namespace. I've tried this and no matter what I've done, I've experienced errors, even when re...
E_Sarousi
Votes: 0
Answers: 1
Fastavro Schemaless Reader
My Follow-up question of this -> [Avro deserialization from Kafka using fastavro]
Is there any way to read all records from avro file(Without Header) using fastavro schemaless_reader() ?
Toulik
Votes: 0
Answers: 1
timestamps microsecond precision is reset to 000 when kafka deserializes data to create sql insert (?)
Using avro schema for data; have a field for timestamp named 'time'
and its like this:
{"name": "time", "type":
{"type": "long", "logica...
Peter
Votes: 0
Answers: 0