darwin icon indicating copy to clipboard operation
darwin copied to clipboard

Avro Schema Evolution made easy

Results 16 darwin issues
Sort by recently updated
recently updated
newest added

# 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...

good first issue
contest

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...

good first issue
contest

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...

good first issue
contest

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...