Codecs

io.github.embeddedkafka.schemaregistry.Codecs
object Codecs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Codecs.type

Members list

Implicits

Implicits

implicit def genericValueCrDecoder[V]: (ConsumerRecord[String, V]) => V
implicit def stringKeyGenericValueCrDecoder[V]: (ConsumerRecord[String, V]) => (String, V)
implicit def stringKeyGenericValueTopicCrDecoder[V]: (ConsumerRecord[String, V]) => (String, String, V)