v0.6.0
Pre-release
Pre-release
- Rename
GenericSerde
toKaaSerde
- Add
KaaGenericSerde
to support serialization/deserialization ofGenericRecord
. - Add
KaaSerde
andKaaGenericSerde
as implicits (close #42) KaaSchemaRegistry.start
should be called to connect to Kafka and start consuming records (instead of automatically connect in constructor). This is to have a more controller life cycle, for example creating the instance but do not connect yet (useful for DI). And now you canclose
andstart
multiple times reusing the same instance. (close #36)