Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.2 KB

Kafka Launcher

Build Status Coverage Status Codacy Badge Version License: MIT

How to use

val shutdown = StartKafka() // starts server
shutdown() // shuts down server

Setup

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

libraryDependencies += "com.evolutiongaming" %% "kafka-launcher" % "0.1.0"