jar

io.streamthoughts : jikkou-provider-aiven

Maven & Gradle

Nov 28, 2023

Jikkou Extension :: Aiven · Integration between Aiven for Apache Kafka and Jikkou

Table Of Contents

Latest Version

Download io.streamthoughts : jikkou-provider-aiven JAR file - Latest Versions:

All Versions

Download io.streamthoughts : jikkou-provider-aiven JAR file - All Versions:

Version Vulnerabilities Size Updated
0.32.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jikkou-provider-aiven-0.32.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.streamthoughts.jikkou.extension.aiven.health

├─ io.streamthoughts.jikkou.extension.aiven.health.AivenServiceHealthIndicator.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.adapter

├─ io.streamthoughts.jikkou.extension.aiven.adapter.KafkaAclEntryAdapter.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.adapter.KafkaQuotaAdapter.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.adapter.SchemaRegistryAclEntryAdapter.class - [JAR]

io.streamthoughts.jikkou.extension.aiven

├─ io.streamthoughts.jikkou.extension.aiven.AivenExtensionProvider.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.MetadataAnnotations.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.change

├─ io.streamthoughts.jikkou.extension.aiven.change.KafkaAclEntryChangeComputer.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.KafkaChangeDescriptions.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.KafkaQuotaChangeComputer.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.SchemaRegistryAclEntryChangeComputer.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.collections

├─ io.streamthoughts.jikkou.extension.aiven.collections.V1KafkaQuotaList.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.collections.V1KafkaTopicAclEntryList.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.collections.V1SchemaRegistryAclEntryList.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.collections.V1SchemaRegistrySubjectList.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.api

├─ io.streamthoughts.jikkou.extension.aiven.api.AivenApi.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.AivenApiClient.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.AivenApiClientConfig.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.AivenApiClientException.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.AivenApiClientFactory.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.AivenAsyncSchemaRegistryApi.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.models

├─ io.streamthoughts.jikkou.extension.aiven.models.V1KafkaQuota.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1KafkaQuotaList.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1KafkaQuotaSpec.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1KafkaTopicAclEntry.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1KafkaTopicAclEntryList.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1KafkaTopicAclEntrySpec.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1SchemaRegistryAclEntry.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1SchemaRegistryAclEntryList.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.models.V1SchemaRegistryAclEntrySpec.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.change.handler

├─ io.streamthoughts.jikkou.extension.aiven.change.handler.AbstractChangeHandler.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.handler.CreateKafkaAclEntryChangeHandler.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.handler.CreateKafkaQuotaChangeHandler.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.handler.CreateSchemaRegistryAclEntryChangeHandler.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.handler.DeleteKafkaAclEntryChangeHandler.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.handler.DeleteKafkaQuotaChangeHandler.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.change.handler.DeleteSchemaRegistryAclEntryChangeHandler.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.api.data

├─ io.streamthoughts.jikkou.extension.aiven.api.data.CompatibilityCheckResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.Error.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.KafkaAclEntry.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.KafkaQuotaEntry.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.ListKafkaAclResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.ListKafkaQuotaResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.ListSchemaRegistryAclResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.ListSchemaSubjectsResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.MessageErrorsResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.Permission.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.SchemaRegistryAclEntry.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.ServiceInformationResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.SubjectSchemaConfigurationResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.SubjectSchemaRegistrationResponse.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.api.data.SubjectSchemaVersionResponse.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.validation

├─ io.streamthoughts.jikkou.extension.aiven.validation.AivenSchemaCompatibilityValidation.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.validation.SchemaRegistryAclEntryValidation.class - [JAR]

io.streamthoughts.jikkou.extension.aiven.reconcilier

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenKafkaQuotaCollector.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenKafkaQuotaController.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenKafkaTopicAclEntryCollector.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenKafkaTopicAclEntryController.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenSchemaRegistryAclEntryCollector.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenSchemaRegistryAclEntryController.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenSchemaRegistrySubjectCollector.class - [JAR]

├─ io.streamthoughts.jikkou.extension.aiven.reconcilier.AivenSchemaRegistrySubjectController.class - [JAR]