com.github.thake.kafka.avro4k.serializer.KafkaAvro4kSerializerConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avro4k-kafka-serializer Show documentation
Show all versions of avro4k-kafka-serializer Show documentation
Provides Kafka SerDes and Serializer / Deserializer implementations for avro4k
package com.github.thake.kafka.avro4k.serializer
class KafkaAvro4kSerializerConfig(props: Map) : AbstractKafkaAvro4kSerDeConfig(baseConfigDef(), props) {
}