io.streamthoughts.jikkou.extension.aiven.ApiVersions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jikkou-provider-aiven Show documentation
Show all versions of jikkou-provider-aiven Show documentation
Integration between Aiven for Apache Kafka and Jikkou
The newest version!
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright (c) The original authors
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.streamthoughts.jikkou.extension.aiven;
public final class ApiVersions {
public static final String KAFKA_AIVEN_V1BETA1 = "kafka.aiven.io/v1beta1";
public static final String KAFKA_AIVEN_V1BETA2 = "kafka.aiven.io/v1beta2";
public static final String SCHEMA_REGISTRY_KIND = "SchemaRegistrySubject";
public static final String SCHEMA_REGISTRY_CHANGE_KIND = "SchemaRegistrySubjectChange";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy