Skip to content

Tags: davideicardi/kaa

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix KaaSerde definition (#52)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
review class names (#50)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
move onerror inside start function (#46)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/start schemaregistry ondemand (#43)

- Rename `GenericSerde` to `KaaSerde` (to support case classes serialization/deserialization)
- Add `KaaGenericSerde` to support serialization/deserialization of `GenericRecord`.
- Add `KaaSerde` and `KaaGenericSerde` 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)

v0.5.0

Toggle v0.5.0's commit message
rename packages

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
stop producer on close (#35)

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle null in genericserde for kafka tombstones handling (#34)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
java compatibility fix (#33)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add props inside admin and refactoring (#32)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow to use kafka properties (#31)

* allow to use kafka properties