Blog Posts

Recent posts

Apache Beam Model

less than 1 minute read

What: sum, average or machine learning? used to be done with classic batch processing. Where: windowing with event time such as fixed, sliding or session. Wh...

Kafka - GenericRecord vs SpecificRecord

2 minute read

Kafka has two types of record on producing and consuming Kafka messages which are called GenericRecord and SpecificRecord. Main difference between GenericRec...