org.http4k.connect.kafka.schemaregistry.SchemaRegistrationMode.kt Maven / Gradle / Ivy
The newest version!
package org.http4k.connect.kafka.schemaregistry
enum class SchemaRegistrationMode {
auto, manual
}
package org.http4k.connect.kafka.schemaregistry
enum class SchemaRegistrationMode {
auto, manual
}