Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolution-gaming/kafka-launcher
Kafka launcher
https://github.com/evolution-gaming/kafka-launcher
kafka launcher scala
Last synced: about 1 month ago
JSON representation
Kafka launcher
- Host: GitHub
- URL: https://github.com/evolution-gaming/kafka-launcher
- Owner: evolution-gaming
- License: mit
- Created: 2018-08-26T12:13:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T09:52:24.000Z (6 months ago)
- Last Synced: 2024-07-18T12:19:10.842Z (6 months ago)
- Topics: kafka, launcher, scala
- Language: Scala
- Size: 85.9 KB
- Stars: 5
- Watchers: 10
- Forks: 3
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kafka Launcher
[![Build Status](https://github.com/evolution-gaming/kafka-launcher/workflows/CI/badge.svg)](https://github.com/evolution-gaming/kafka-launcher/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/evolution-gaming/kafka-launcher/badge.svg?branch=master)](https://coveralls.io/github/evolution-gaming/kafka-launcher?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/493799c12bb24cb39fe708c601a285fd)](https://www.codacy.com/app/evolution-gaming/kafka-launcher?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/kafka-launcher&utm_campaign=Badge_Grade)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=kafka-launcher_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)## How to use
```scala
val shutdown = StartKafka() // starts server
shutdown() // shuts down server
```## Setup
```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")libraryDependencies += "com.evolutiongaming" %% "kafka-launcher" % "0.1.0"
```