Skip to content

ryanswech/kafka-error-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-error-example

This is a simplistic application to test spring-kafka's handling of Java Errors

Setup

This application assumes you have Kafka running. It is assumed to be running on localhost:9092 but if this is not the case it can be changed in src\main\resources\application.yaml by modifying kafka.bootstrap

Running

mvn spring-boot:run

For convienence sake Swagger is setup at localhost:8080/swagger-ui/index.html which has a single endpoint for sending requests to the topic that has the listener setup to throw an error.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages