You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,7 +13,7 @@ When serializing and deserializing messages using the [Avro](http://avro.apache.
13
13
especially when integrating with the [Confluent Platform](https://docs.confluent.io/current/avro.html), you want to make
14
14
sure that schemas are evolved in a way that downstream consumers are not affected.
15
15
16
-
Hence [Confluent](https://www.confluent.io/) developed the
16
+
Hence,[Confluent](https://www.confluent.io/) developed the
17
17
[Schema Registry](https://docs.confluent.io/current/schema-registry/docs/index.html) which has the responsibility to
18
18
validate a given schema evolution against a configurable compatibility policy.
19
19
@@ -273,7 +273,7 @@ $resolver->keySchemaFor($record); // Will resolve $fileResolver, then $callableR
273
273
274
274
## Symfony Serializer Integration
275
275
276
-
This library provides integrations with the [Symfony Serializer component](https://symfony.com/doc/master/components/serializer.html).
276
+
This library provides integrations with the [Symfony Serializer component](https://symfony.com/doc/master/components/serializer.html) from version 6.4 and above.
0 commit comments