The Producer Changed the Schema and Nobody Told the Consumer
Somebody on the orders team adds a field. The pull request is small, the tests pass, the schema...
Tag archive
Somebody on the orders team adds a field. The pull request is small, the tests pass, the schema...
Reading an Avro topic from Kafka Streams in Java is seven steps, and five of them run again every time you need a field somebody added. What that buys is a compiler — and a compiler answers a narrower question than the one you actually have.
If you work with Kafka long enough, someone puts Avro in front of you. The docs are dense, so here's...

In this article I show how to build a production-ready Kafka event-driven microservice using Spring Boot, Confluent Schema Registry, Avro serialization and PostgreSQL persistence. A practical, production-style demo using Spring Boot, Apache Kafka, Confluent Schema Registry, Avro serialization and PostgreSQL.

If you work with Bengali users, you already know the problem. People type Bangla using Latin...
This Java-Avro Sample demonstrates how we setup a POJO and then save the info into an Avro file to...
Apache Avro. Apache Avro™ is a data serialization system. Avro provides: Rich data...
Nesse passo a passo você vai aprender a utilizar mais de um schema avro num mesmo tópico Kafka
In the previous article, I wrote an introduction to using Parquet files in Java, but I did not...
I had to do this recently and found little to no documentation on what was required to consume avro...

See source code at Github Spring Cloud Stream uses Json serializers by default, but maybe you want...
So, we have messages going to Kafka and messages coming off Kafka. Right now, though, those messages...