MVN

com.infobip.kafkistry : kafkistry-parent

Maven & Gradle

Jul 27, 2023
39 stars

Kafkistry · Registry service for Apache Kafka which keeps track of topics, consumer-groups, acls, quotas and their configuration/state/metadata across multiple kafka-clusters. It allows performing administrative operations such as inspecting/creating/deleting/re-configuring topics/consumer-groups. It also provides various analytical tools such as: SQL querying metadata; viewing topic records; analyzing json record structures; re-balancing cluster tools; etc.

<dependency>
    <groupId>com.infobip.kafkistry</groupId>
    <artifactId>kafkistry-parent</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infobip.kafkistry : kafkistry-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of com.infobip.kafkistry : kafkistry-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
kafkistry-parent-0.6.0
0.5.x
kafkistry-parent-0.5.1
kafkistry-parent-0.5.0
0.4.x
kafkistry-parent-0.4.2
kafkistry-parent-0.4.1
kafkistry-parent-0.4.0
0.3.x
kafkistry-parent-0.3.0
0.1.x
kafkistry-parent-0.1.1
kafkistry-parent-0.1.0
0.0.x
kafkistry-parent-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.infobip.kafkistry</groupId>
    <artifactId>kafkistry-parent</artifactId>
    <version>0.6.0</version>
</dependency>