Skip to content

Commit

Permalink
Add Schema Registry issue to post 2 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates authored Jan 12, 2024
1 parent 979e848 commit 35e3f60
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions _posts/2024-01-09-json-schema-evolution-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,16 +506,11 @@ class Example {

Presently, these evolution check are implemented client side in the [Creek JSON serde under development](https://github.com/creek-service/creek-kafka/issues/25).
Server-side checks are set to `NONE`. This does introduce race conditions when registering new schemas.



>>>>>>> Todo: link issue id. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<



{: .notice--warning}

We've raised [Issue #2927](https://github.com/confluentinc/schema-registry/issues/2927) in the Schema Registry GitHub repo
to hopefully get the improved algorithm into the Schema Registry :crossed_fingers:.

The above code, combined with appropriate calls to `ensureProducerSchema` and `ensureConsumerSchema` when creating
serializers and deserializers, respectively, results in appropriate schema compatibility checks to ensure system integrity,
without any need for convoluted `patternProperties`.
Expand Down

0 comments on commit 35e3f60

Please sign in to comment.