Skip to content

gurgec/kafka-streams-state-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Streams State Store Example

The definition of the repository is here.

https://medium.com/@gokhan.gurgec/using-apache-kafka-like-database-with-kafkastreams-processor-api-and-statestore-180bb4b5f9e5

Requirements and Dependencies

  • Kafka Cluster

  • Java 11

  • Spring Boot 2.4.3

  • Spring Kafka Library

  • application.yml

    kafka:
    bootstrapAddress: http://localhost:9092
    topics:
    msgOrderLocation:
      name: orderLocation
    streams:
    applicationId: orderLocationApplication
    stateStoreName: orderLocationStore
    

Running the application

./gradlew clean bootRun

About

Kafka Streams State Store Query Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages