marttp / 20230717-reactor-kafka-retry-topic

Spring WebFlux with Reactor Kafka retry topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring WebFlux + Reactor Kafka + Kotlin

Spring WebFlux template project contains Reactor Kafka sample setup with Testcontainers.

Programming Language: Kotlin

Pre-requisites

  • JDK 17+
  • Docker

How to run

This is the template project, so you can use it as a base for your project.

  1. Actually, you can start by running docker compose and start application

    docker-compose up -d
  2. Run application

    ./gradlew bootRun

Relate information

About

Spring WebFlux with Reactor Kafka retry topics

License:MIT License


Languages

Language:Kotlin 100.0%