com.github.jcustenborder.kafka:kafka-loadtesting-common

A pom for deploying to maven central.

Лицензия

Лицензия

Группа

Группа

com.github.jcustenborder.kafka
Идентификатор

Идентификатор

kafka-loadtesting-common
Последняя версия

Последняя версия

0.0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

A pom for deploying to maven central.

Скачать kafka-loadtesting-common

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.jcustenborder.kafka/kafka-loadtesting-common/ -->
<dependency>
    <groupId>com.github.jcustenborder.kafka</groupId>
    <artifactId>kafka-loadtesting-common</artifactId>
    <version>0.0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcustenborder.kafka/kafka-loadtesting-common/
implementation 'com.github.jcustenborder.kafka:kafka-loadtesting-common:0.0.1.2'
// https://jarcasting.com/artifacts/com.github.jcustenborder.kafka/kafka-loadtesting-common/
implementation ("com.github.jcustenborder.kafka:kafka-loadtesting-common:0.0.1.2")
'com.github.jcustenborder.kafka:kafka-loadtesting-common:jar:0.0.1.2'
<dependency org="com.github.jcustenborder.kafka" name="kafka-loadtesting-common" rev="0.0.1.2">
  <artifact name="kafka-loadtesting-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcustenborder.kafka', module='kafka-loadtesting-common', version='0.0.1.2')
)
libraryDependencies += "com.github.jcustenborder.kafka" % "kafka-loadtesting-common" % "0.0.1.2"
[com.github.jcustenborder.kafka/kafka-loadtesting-common "0.0.1.2"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.apache.avro : avro jar 1.9.1
org.apache.kafka : kafka-clients jar 2.2.1
io.confluent » kafka-avro-serializer jar 5.3.1
org.slf4j : slf4j-api jar 1.7.21
ch.qos.logback : logback-classic jar 1.1.8
com.google.guava : guava jar 23.0

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.0.0
org.junit.jupiter : junit-jupiter-api jar 5.0.0
org.mockito : mockito-core jar 1.10.19

Модули Проекта

Данный проект не имеет модулей.

Introduction

The purpose of this project is to create a data set that can be reliably used to tune a Kafka cluster.

Stack Exchange dataset(s)

The Stack Exchange dataset(s) are a complete dump of the data that for sites like Stack Overflow. This dataset is large and each row can be significantly different than the previous row. This is great for testing different settings like compression.

Generating data sets

Download data from the here.

java -jar stackoverflow-datagenerator-0.0.1-SNAPSHOT.jar --input stackoverflow.com-Votes.7z --output data/

This will read from the 7z file that was downloaded and generate avro data files that will be used for testing in the output directory.

Load testing

--producer-config foo.properties --create-topic 1.avro 2.avro 3.avro

Версии библиотеки

Версия
0.0.1.2