Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@davideicardi davideicardi released this 26 Mar 16:58
· 5 commits to master since this release
7645dcb
  • Rename GenericSerde to KaaSerde
  • Add KaaGenericSerde to support serialization/deserialization of GenericRecord.
  • Add KaaSerde and KaaGenericSerde 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 can close and start multiple times reusing the same instance. (close #36)