Skip to content

Commit

Permalink
Add json schema serialization guide and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Dec 21, 2023
1 parent 12c13a3 commit bbee606
Show file tree
Hide file tree
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
Expand Up @@ -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.

Check warning on line 315 in docs/src/main/asciidoc/kafka-reactive-getting-started.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/kafka-reactive-getting-started.adoc", "range": {"start": {"line": 315, "column": 55}}}, "severity": "INFO"}
To learn more about how to use Apache Kafka with the schema registry and Avro, follow the

Check warning on line 316 in docs/src/main/asciidoc/kafka-reactive-getting-started.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Avro'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Avro'?", "location": {"path": "docs/src/main/asciidoc/kafka-reactive-getting-started.adoc", "range": {"start": {"line": 316, "column": 74}}}, "severity": "WARNING"}
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

Check warning on line 317 in docs/src/main/asciidoc/kafka-reactive-getting-started.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Avro'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'Avro'?", "location": {"path": "docs/src/main/asciidoc/kafka-reactive-getting-started.adoc", "range": {"start": {"line": 317, "column": 82}}}, "severity": "WARNING"}
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

Check warning on line 321 in docs/src/main/asciidoc/kafka-reactive-getting-started.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'The HTML page'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'The HTML page'.", "location": {"path": "docs/src/main/asciidoc/kafka-reactive-getting-started.adoc", "range": {"start": {"line": 321, "column": 4}}}, "severity": "INFO"}
Expand Down
Loading

0 comments on commit bbee606

Please sign in to comment.