Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Event-Driven Applications: Apache Kafka and Python

FTisiot
March 24, 2021

Event-Driven Applications: Apache Kafka and Python

How to create Event-Driven Applications with Apache Kafka and Python

FTisiot

March 24, 2021
Tweet

More Decks by FTisiot

Other Decks in Technology

Transcript

  1. @ftisiot What is a Kafka Event? <K, V> <"temp_max", 35.3>

    <{ shop: "Mario's Pizza", phone_line: 3 } { orderId: 123456 name: "Andrea Pirlo", pizzas: [ { pizza: "Margherita", additionalToppings: ["Tuna","Onions","Ham"] }, ... ] } , >
  2. @ftisiot Ordering 2 1 3 2 1 3 Partition 0

    Partition 1 Partition 1 Guaranteed per Partition