Kafka Quickstart Save

Kafka Examples focusing on Producer, Consumer, KStreams, KTable, Global KTable using Spring, Kafka Cluster Setup & Monitoring. Implementing Event Sourcing and CQRS Design Pattern using Kafka

Project README

Kafka Examples Using Spring

This tutorial focus of different features of KAKFA

1: Kafka Setup

  • Kafka Setup
  • Kafka SSL Configuration

2: Kafka Producer

This demo focus on following feature

  • 1 Asynchronous Simple Event Publisher
  • 2 Event Publisher with key, this will make sure event with same key goes to same partition
  • 3 Event Publisher with callback method
  • 4 Publish event with headers
  • 5 Publish event in synchronous way
  • 6 How to use embeded kafka for unit testing

3: Kafka Consumer

This Deemo Focus on following features

  • 1 Simple event consumer
  • 2 Event consumer with consumer rercord, this will give you more information of message like Key, Partition, Offset etc
  • 3 Event consumer with header, this will give you all the standard header and custom header information
  • 4 How to handle exception in generic way
  • 5 Manual Acknowledgement
  • 6 Concurrent Message Listener
  • 7 Retry

4: Schema Registry & AVRO

This section focus on how to enable usage of Confluent Schema Registry and Avro serialization format in your Spring Boot applications.

5: KStream & KTable

Screen Shot 2021-11-01 at 11 42 07 PM

5.1: KStream

This section focus on how to use KStream

  • 1 Working with KStream
  • 2 Implementing Exactly Once Pattern
  • 3 Handling Business Error
  • 4 Branching
  • 5 Reducing
  • 6 Aggregation
  • 7 Joining KStreams and Global Table

5.2: KTable

This section focus on how to use KTable

  • 1 Working with Ktable
  • 2 Aggregation
  • 3 Reducing
  • 4 Global Table

6: CQRS and EventSourcing

This section focus on implementing Event Sourcing & CQRS using Kafka KStream & KTable. Here we have build small Shopping Cart Service functionality.

WhatsApp Image 2021-10-28 at 4 16 30 PM

7: Kafka Cluster Setup & Monitoring

This section focus on setting Kafka Cluster Setup. In this demo we will focus on setting 3 zookeeper with 3 broker setup.

WhatsApp Image 2021-11-03 at 10 52 44 AM

Screen Shot 2021-11-03 at 3 58 02 PM Screen Shot 2021-11-03 at 1 20 14 PM

License

Copyright © MetaMagic Global Inc, 2021-22. All rights reserved.

Licensed under the Apache 2.0 License.

Enjoy!

Open Source Agenda is not affiliated with "Kafka Quickstart" Project. README Source: MetaArivu/Kafka-quickstart

Open Source Agenda Badge

Open Source Agenda Rating