Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.39 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.39 KB

Bootshop: Spring Cloud Stream with Kafka

Overview

Welcome to the Spring Boot Workshop (aka a "Bootshop") for Spring Cloud Streams with Apache Kafka.

This edition focuses on using the newer functional programming model introduced in SCSt 3.x. This workshop also focuses on leveraging Apache Kafka as the underlying binder implementation but could be translated to support any number of available binders.

Technical Pre-requisites

  • A modern OS like Mac or Linux (or using the Windows Subsystem for Linux).
  • A modern IDE like IntelliJ or VSCode.
  • Familiarity with modern Java 8+.
  • Comfortable using the terminal and CLIs.
  • Docker is installed.
  • Kafka is installed.
  • The kafkacat CLI is installed.

Workshop Sections

Each section is intended to build on the other:

Addendum and Additional Documentation