Sessions
GOTOpia February 2021

Tuesday Feb 9
12:10 –
12:50
Room 3
Wednesday Feb 10
11:10 –
11:50
Room 2

Streaming with Structure

Slides:


This video is also available in the GOTO Play video app! Download it to enjoy offline access to our conference videos while on the move.

Available in Google Play Store or Available in Apple App Store




Using a publish-subscribe messaging system like Apache Kafka is a great way to minimise coupling between your applications.

The stream history that Kafka provides allow consumers to come and go, without the producers ever being aware. This works fine until an application changes the shape of the events it is producing — how do consumers understand and handle the change? This is where schemas and a schema registry comes in.

This session will introduce the common schema formats that are used in the Kafka community and some schema registries that support these. It will also cover how to use schemas in different types of Kafka applications. Learn how to effectively manage and evolve the structure of your events.

In this talk, you'll learn:

  • Some of the best schema formats when using Kafka
  • How to effectively manage and structure your events