Is there a way to set the compatibility level on a per-subject basis using this library? #126
-
I would like to set the compatibility level to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ideally, that functionality would exist in Confluent.SchemaRegistry; Chr.Avro.Confluent doesn't implement its own Registry client. As luck would have it, I have a long-standing PR to expose those methods (confluentinc/confluent-kafka-dotnet#956). I just rebased it onto the latest changes and will try to get eyes on it. |
Beta Was this translation helpful? Give feedback.
-
Compatibility methods were introduced on |
Beta Was this translation helpful? Give feedback.
Compatibility methods were introduced on
CachedSchemaRegistryClient
with Confluent.SchemaRegistry 2.3.0: https://github.com/confluentinc/confluent-kafka-dotnet/releases/tag/v2.3.0