Skip to content

samhalpa/spring-cloud-kafka-streams-exception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-kafka-streams-exception

Sample Application to test StreamsUncaughtExceptionHandler

CD to docker directory and start the kafka server

cd docker
docker-compose -f docker-compose.yml up -d

This command start the kafka server on localhost:29092

Start the service

Java

mvn clean package
java -jar target/spring-cloud-kafka-streams-exception.jar

Maven

mvn clean spring-boot:run 

IDE

Can run as a Spring-Boot application

Application creates necessary topics during the boot-up. A scheduled method in the MessageScheduler class sends messages to the "inTopic" in every 5 seconds.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages