amaendeepm / embkafka-springboot-ref

Basic Reference Application introduction to Kafka Producing events using Embedded Kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic Reference Application introduction to Kafka Producing events using Embedded Kafka


Languages

Language:Java 100.0%