Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 553 Bytes

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>