не последняя версия
Последняя версия 0.10.0

Strimzi - Apache Kafka on Kubernetes 0.8.0

Strimzi 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).

Лицензия

Лицензия

Группа

Группа

io.strimzi
Идентификатор

Идентификатор

oauth
Версия

Версия

0.8.0
Тип

Тип

pom
Описание

Описание

Strimzi - Apache Kafka on Kubernetes
Strimzi 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).
Ссылка на сайт

Ссылка на сайт

https://strimzi.io/
Система контроля версий

Система контроля версий

https://github.com/strimzi/strimzi-kafka-oauth

Скачать oauth 0.8.0

Имя Файла Размер
oauth-0.8.0.pom 17 KB
Обзор

<!-- https://jarcasting.com/artifacts/io.strimzi/oauth/ -->
<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>oauth</artifactId>
    <version>0.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/oauth/
implementation 'io.strimzi:oauth:0.8.0'
// https://jarcasting.com/artifacts/io.strimzi/oauth/
implementation ("io.strimzi:oauth:0.8.0")
'io.strimzi:oauth:pom:0.8.0'
<dependency org="io.strimzi" name="oauth" rev="0.8.0">
  <artifact name="oauth" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='oauth', version='0.8.0')
)
libraryDependencies += "io.strimzi" % "oauth" % "0.8.0"
[io.strimzi/oauth "0.8.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • oauth-common
  • oauth-client
  • oauth-server
  • oauth-server-plain
  • oauth-keycloak-authorizer
  • examples/consumer
  • examples/producer