You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
davideicardi
changed the title
Eval if we should start consuming schemas on demand instead of in the constructor of the schema registry
Start schema registry using a dedicated function, not in the constructor
Feb 13, 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)
Consider also the producer
The text was updated successfully, but these errors were encountered: