/20230717-reactor-kafka-retry-topic

Spring WebFlux with Reactor Kafka retry topics

Primary LanguageKotlinMIT LicenseMIT

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