mnogu / gatling-kafka   0.2.0

Apache License 2.0 GitHub

A Gatling stress test plugin for Apache Kafka protocol

Scala versions: 2.12 2.11

gatling-kafka 0.1.0


Group ID:
com.github.mnogu
Artifact ID:
gatling-kafka_2.11
Version:
0.1.0
Release Date:
Apr 21, 2016
Licenses:

libraryDependencies += "com.github.mnogu" %% "gatling-kafka" % "0.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.mnogu::gatling-kafka:0.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.mnogu::gatling-kafka:0.1.0"

Ammonite REPL

import $ivy.`com.github.mnogu::gatling-kafka:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.mnogu</groupId>
  <artifactId>gatling-kafka_2.11</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.github.mnogu', name: 'gatling-kafka_2.11', version: '0.1.0'