Skip to content

evolution-gaming/kafka-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"