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

Feature/start schemaregistry ondemand #43

Merged
merged 7 commits into from
Mar 26, 2021

Conversation

davideicardi
Copy link
Owner

@davideicardi davideicardi commented Mar 23, 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 Add implicit serde #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 Start schema registry using a dedicated function, not in the constructor #36)

@davideicardi davideicardi marked this pull request as ready for review March 26, 2021 16:53
@davideicardi davideicardi merged commit 7645dcb into master Mar 26, 2021
@davideicardi davideicardi deleted the feature/start-schemaregistry-ondemand branch March 26, 2021 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add implicit serde Start schema registry using a dedicated function, not in the constructor
1 participant