kafka-utils

Parent project of Kafka Utilities

License

License

GroupId

GroupId

no.sysco.middleware.kafka
ArtifactId

ArtifactId

kafka-utils
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

pom
Description

Description

kafka-utils
Parent project of Kafka Utilities
Project URL

Project URL

https://github.com/sysco-middleware/kafka-utils
Source Code Management

Source Code Management

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

Download kafka-utils

Filename Size
kafka-utils-0.1.3.pom 6 KB
Browse

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • streams-graphviz

Kafka Utilities

Utility libraries around Kafka.

Graphviz for Kafka Streams

To increase understanding about Kafka Streams topology, this utility print it on Graphviz format, describing how processors are communicating between each other, how topics are connected as inputs and outputs, and how stores are used.

How to use it

Add dependency:

<dependency>
  <groupId>no.sysco.middleware.kafka</groupId>
  <artifactId>kafka-util-streams-graphviz</artifactId>
  <version>0.1.0</version>
</dependency>
no.sysco.middleware.kafka

SYSCO Middleware

Middleware Department from SYSCO AS

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0