no.sysco.middleware.kafka:examples

Set of Kafka Interceptors to enable functionality on Kafka Clients.

License

License

GroupId

GroupId

no.sysco.middleware.kafka
ArtifactId

ArtifactId

examples
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

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/examples

Download examples

How to add to project

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

Dependencies

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