Releases: davideicardi/kaa
Releases · davideicardi/kaa
v0.8.1
- fix KaaSerde type parameters definition
v0.8.0
v0.7.0
- move
onError
callback insidestart
function
v0.6.0
- 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)
v0.5.0
v0.4.5
- stop producer on close
v0.4.4
v0.4.3
- fix java compatibility
v0.4.2
add props inside admin and refactoring (#32)
v0.4.1
- allow to use
Properties
to configure Kafka producer and consumer