License |
License |
---|---|
GroupId | GroupIdio.strimzi |
ArtifactId | ArtifactIdkafka-oauth-server |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionStrimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on
Kubernetes in various deployment configurations. The OAuth subproject implements the callbacks for
Kafka authentication using OAuth (based on SASL OAUTHBEARER mechanism).
|
Filename | Size |
---|---|
kafka-oauth-server-0.8.0.pom | |
kafka-oauth-server-0.8.0.jar | 20 KB |
kafka-oauth-server-0.8.0-sources.jar | 16 KB |
kafka-oauth-server-0.8.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.strimzi/kafka-oauth-server/ -->
<dependency>
<groupId>io.strimzi</groupId>
<artifactId>kafka-oauth-server</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/kafka-oauth-server/
implementation 'io.strimzi:kafka-oauth-server:0.8.0'
// https://jarcasting.com/artifacts/io.strimzi/kafka-oauth-server/
implementation ("io.strimzi:kafka-oauth-server:0.8.0")
'io.strimzi:kafka-oauth-server:jar:0.8.0'
<dependency org="io.strimzi" name="kafka-oauth-server" rev="0.8.0">
<artifact name="kafka-oauth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='kafka-oauth-server', version='0.8.0')
)
libraryDependencies += "io.strimzi" % "kafka-oauth-server" % "0.8.0"
[io.strimzi/kafka-oauth-server "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
io.strimzi : kafka-oauth-common | jar | 0.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
org.apache.kafka : kafka-clients | jar | 2.8.0 |
org.apache.kafka : kafka_2.12 | jar | 2.8.0 |
org.scala-lang : scala-library | jar | 2.12.8 |
com.github.spotbugs : spotbugs-annotations | jar | 3.1.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-simple | jar | 1.7.26 |