package kafka
Type Members
- class GenericSerde[T >: Null] extends Serde[T] with Deserializer[T] with Serializer[T] with Serializable
Kafka Serde using Avro4s for serializing to/deserialising from case classes into Avro records, without integration with the Confluent schema registry.
Kafka Serde using Avro4s for serializing to/deserialising from case classes into Avro records, without integration with the Confluent schema registry.
The implicit schemaFor instance is used as the writer schema when deserializing, in case it needs to diverge from both writer schema used in serialize, and the desired schema in deserialize.