darwin
darwin copied to clipboard
Avro Schema Evolution made easy
# Scenario As of 1.0.11 all Darwin connectors are based upon on premise db. # Problem statement This does not make Darwin cloud friendly. # Proposed solution Implement a DynamoDB...
Do you think that make sense to have a Kafka connector? Store schemas directly in Kafka? We can have a topic with infinite retention, where the key is the schema...
Featuring standard Serializer and Deserializer instances for Kafka Publisher Consumer framework would be very nice to make the adoption of Darwin smooth. Confluent itself publishes an [Avro Serializer](https://docs.confluent.io/current/schema-registry/serdes-develop/serdes-avro.html) that connects...
This is probably easy to do, but it will certainly break the current API. I don't see any problem in bumping the version to 2.x.x before merging this
I propose to re-implement core Darwin and add a new "pure" API using either [ZIO](https://github.com/zio/zio) or [CE](https://github.com/typelevel/cats-effect). This will have the effect of dropping 2.10 support (that I don't think...