Skip to content

This project serves as an example showcasing the use of Kafka Streams Interactive Queries in the context of a Spring Boot application.

Notifications You must be signed in to change notification settings

fdelsert/spring-boot-kafka-streams-interactive-queries-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Kafka Streams Interactive Queries Example

This project serves as an example showcasing the use of Kafka Streams Interactive Query in the context of a Spring Boot application.

Inspired by WordCountInteractiveQueriesExample.java from Confluent's Kafka Streams Examples for the Interactive Queries part.

Project Overview

The project is built using Java 21 and leverages the following technologies:

Maven Configuration

The project's Maven configuration is specified in the pom.xml file, with notable dependencies and plugins including:

  • spring-boot-starter-web
  • spring-boot-starter-actuator
  • spring-kafka
  • kafka-streams
  • kafka-streams-avro-serde
  • avro-maven-plugin
  • spring-boot-starter-test
  • spring-kafka-test

Additional Notes

Feel free to explore and adapt this project as needed for your own use cases. For more information on Kafka Streams Interactive Queries, refer to the Confluent documentation.

About

This project serves as an example showcasing the use of Kafka Streams Interactive Queries in the context of a Spring Boot application.

Topics

Resources

Stars

Watchers

Forks

Languages