Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 637 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 637 Bytes

Kafka Simple Application with Spring

Overview

A simple API Restful application implementing Kafka with Spring

Requirements

  • Java 11
  • IDE for Spring support (Eclipse, IntelliJ, STS...)
  • Kafka

How to run

  • Change the property: spring.kafka.bootstrap-servers=<kafka-broker-url> from application.properties file.
  • Keep the kafka server running

Demo

alt text

Authors

Helpful Links

Kafka Quickstart