Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 655 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 655 Bytes

Kafka Introduction - Presentation and Workshop

This repository contains resources for the Apache Kafka Introduction Workshop for students of Fontys Hogeschool - Spring 2021

Four labs are included:

  • Lab 1: Handson introduction of Apache Kafka: manage topics and publish/consume messages using Kafka Console and Kafka HQ
  • Lab 2: Publication of events to Apache Kafka and consumption of events from Apache Kafka in Node applications
  • Lab 3: DIY CQRS – Implementation of CQRS with two Node applications and the Apache Kafka Platform
  • Lab 4: Asynchronous conversation between microservices and an introduction into microservices workflow choreography