Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implicit serde #42

Closed
davideicardi opened this issue Mar 23, 2021 · 0 comments · Fixed by #43
Closed

Add implicit serde #42

davideicardi opened this issue Mar 23, 2021 · 0 comments · Fixed by #43
Labels
enhancement New feature or request

Comments

@davideicardi
Copy link
Owner

No description provided.

@davideicardi davideicardi added the enhancement New feature or request label Mar 23, 2021
davideicardi added a commit that referenced this issue Mar 26, 2021
- 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant