Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Provides spring auto configuration for an embedded Kafka message broker.

License

Notifications You must be signed in to change notification settings

ElderByte/spring-boot-starter-kafka-embedded

Repository files navigation

[ Download ] (https://bintray.com/elderbyte/maven/spring-boot-starter-kafka-embedded/_latestVersion)

spring-boot-starter-kafka-embedded

Provides spring auto configuration for an embedded Kafka message broker.

Configuration

Configure the embedded kafka broker in your apps application.yml

# Embedded Kafka Broker
kafka.embedded:
  enabled: true
  port: 9092
  partitions: 1

When this starter is on the class-path, the broker will automatically get started. To disable the broker, set the kafka.embedded.enabled property to false.

About

Provides spring auto configuration for an embedded Kafka message broker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages