Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.78 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.78 KB

Workshop: Using Spring Boot with Apache Kafka

Overview

This is intended to be a facilitated workshop to teach the basics of using Apache Kafka with Spring Boot. Each lab can be self-guided with additional options for "extra credit" and additional topics to discuss at the end of each.

Pre-requisites

The following assumptions apply to the lab:

  • You are familiar with Java
  • You are comfortable executing commands from the CLI
  • You have some basic knowledge of messaging (PubSub, EventBus, etc.)
  • Java 8+ (Java 11 preferred)
  • You use a modern IDE like IntelliJ or Eclipse (example snippets do not include imports)
  • Docker
  • You have some basic networking knowledge

Workshop Sections