dasch / avro_turf

A library that makes it easier to use the Avro serialization format from Ruby.
MIT License
167 stars 80 forks source link

Support for schema contexts #204

Closed nic-snoek-zepto closed 10 months ago

nic-snoek-zepto commented 10 months ago

See confluent docs

The approach taken is that if no context is supplied, the default context is accessed (reverting to previous behaviour). If context is specified, all schema registry operations (including via theMessaging class) will be scoped to that context.

Sorry that there are so many files in this PR. Unfortunately to support testing the FakeConfluentSchemaRegistryServer and tests needed to be updated as well

nic-snoek-zepto commented 10 months ago

Closing in favour of PR205