Kafka Interceptor: Benchmarks (JMH)

Set of Kafka Interceptors to enable functionality on Kafka Clients.

License

License

GroupId

GroupId

no.sysco.middleware.kafka
ArtifactId

ArtifactId

benchmarks
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

Kafka Interceptor: Benchmarks (JMH)
Set of Kafka Interceptors to enable functionality on Kafka Clients.
Source Code Management

Source Code Management

http://github.com/sysco-middleware/kafka-interceptors/tree/master/benchmarks

Download benchmarks

How to add to project

<!-- https://jarcasting.com/artifacts/no.sysco.middleware.kafka/benchmarks/ -->
<dependency>
    <groupId>no.sysco.middleware.kafka</groupId>
    <artifactId>benchmarks</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.sysco.middleware.kafka/benchmarks/
implementation 'no.sysco.middleware.kafka:benchmarks:0.3.2'
// https://jarcasting.com/artifacts/no.sysco.middleware.kafka/benchmarks/
implementation ("no.sysco.middleware.kafka:benchmarks:0.3.2")
'no.sysco.middleware.kafka:benchmarks:jar:0.3.2'
<dependency org="no.sysco.middleware.kafka" name="benchmarks" rev="0.3.2">
  <artifact name="benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.sysco.middleware.kafka', module='benchmarks', version='0.3.2')
)
libraryDependencies += "no.sysco.middleware.kafka" % "benchmarks" % "0.3.2"
[no.sysco.middleware.kafka/benchmarks "0.3.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.openjdk.jmh : jmh-core jar 1.21
org.apache.kafka : kafka-clients jar 1.1.0
no.sysco.middleware.kafka : kafka-interceptor-config-collector jar 0.3.2

provided (1)

Group / Artifact Type Version
org.openjdk.jmh : jmh-generator-annprocess jar 1.21

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.github.charithe : kafka-junit jar 4.1.1

Project Modules

There are no modules declared in this project.

kafka-interceptors

Build Status Maven Central

Set of interceptors to integrate to your Kafka Clients.

Supporter Interceptors

  • Configuration Harvester: send clients configurations to a Kafka Topics for further analysis.

  • Zipkin: create Zipkin traces from Producers and Consumers.

no.sysco.middleware.kafka

SYSCO Middleware

Middleware Department from SYSCO AS

Versions

Version
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1