Skip to content

Commit

Permalink
Add json schema serialization guide and documentation
Browse files Browse the repository at this point in the history
carlesarnal committed Dec 21, 2023
1 parent 12c13a3 commit bbee606
Showing 4 changed files with 861 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/main/asciidoc/kafka-reactive-getting-started.adoc
Original file line number Diff line number Diff line change
@@ -314,7 +314,8 @@ For more options on message serialization, see xref:kafka.adoc#kafka-serializati
We strongly suggest adopting a contract-first approach using a schema registry.
To learn more about how to use Apache Kafka with the schema registry and Avro, follow the
xref:kafka-schema-registry-avro.adoc[Using Apache Kafka with Schema Registry and Avro] guide.
xref:kafka-schema-registry-avro.adoc[Using Apache Kafka with Schema Registry and Avro] guide for Avro
or you can follow the xref:kafka-schema-registry-json-schema.adoc[Using Apache Kafka with Schema Registry and JSON Schema] guide..
====

== The HTML page
Loading

0 comments on commit bbee606

Please sign in to comment.