MVN

io.strimzi : kafka-quotas-plugin

Maven & Gradle

Oct 01, 2021
9 stars

Kafka Quota Plugin · A broker quota plugin for Apache Kafka to allow setting a per-broker limits statically in the broker configuration.

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-quotas-plugin</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.strimzi : kafka-quotas-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of io.strimzi : kafka-quotas-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
kafka-quotas-plugin-0.2.0
0.1.x
kafka-quotas-plugin-0.1.0

How to add a dependency to Maven

Add the following io.strimzi : kafka-quotas-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>kafka-quotas-plugin</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.strimzi : kafka-quotas-plugin gradle dependency to your build.gradle file:

implementation 'io.strimzi:kafka-quotas-plugin:0.2.0'

Gradle Kotlin DSL: Add the following io.strimzi : kafka-quotas-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.strimzi:kafka-quotas-plugin:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.strimzi : kafka-quotas-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.strimzi" % "kafka-quotas-plugin" % "0.2.0"

Advertisement