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