/embkafka-springboot-ref

Basic Reference Application introduction to Kafka Producing events using Embedded Kafka

Primary LanguageJava

This repository is to give basic example introduction to

Pre-Requisites

  • Java Crash Course with basic grasp of Annotations
  • Familiarity with Maven build
  • Spring Framework Basics
  • Any IDE, either Eclipse or IntelliJ

Learning Objectives

  • Apache Kafka (using Embedded Kafka Implementation)
  • Apache Kafka producing events
  • Integration Test to test run embedded Kafka, Produce an event, and verify
  • Assignment to build new event type data payloads using Test Driven Development
  • Building a case for standardization for event data payloads