kafka-load-testing-parent

A pom for deploying to maven central.

Лицензия

Лицензия

Группа

Группа

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

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

kafka-load-testing-parent
Последняя версия

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

0.0.1.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

kafka-load-testing-parent
A pom for deploying to maven central.
Ссылка на сайт

Ссылка на сайт

https://github.com/jcustenborder/kafka-load-testing
Система контроля версий

Система контроля версий

https://github.com/jcustenborder/kafka-load-testing

Скачать kafka-load-testing-parent

Имя Файла Размер
kafka-load-testing-parent-0.0.1.2.pom 8 KB
Обзор

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

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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

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

  • stackoverflow-datagenerator
  • common
  • load-testing-producer

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