This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit b099fe293a59ba199e5e7f2603e588b15646bfd7 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 19 10:45:55 2021 +0200 Kafka Service Registry Example: Regen docs --- .../docs/modules/ROOT/attachments/examples.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kafka-service-registry/docs/modules/ROOT/attachments/examples.json b/kafka-service-registry/docs/modules/ROOT/attachments/examples.json new file mode 100644 index 0000000..7efe7b3 --- /dev/null +++ b/kafka-service-registry/docs/modules/ROOT/attachments/examples.json @@ -0,0 +1,12 @@ +[ + { + "title": "Managed Kafka and Service Registry Example with Camel-Quarkus: Consumer Side", + "description": "Shows how to consume messages from Managed Kafka through the usage of Managed Service Registry and Avro Schema", + "link": "https://github.com/apache/camel-quarkus-examples/tree/main/kafka-registry-consumer" + }, + { + "title": "Managed Kafka and Service Registry Example with Camel-Quarkus: Producer Side", + "description": "Shows how to produce messages to Managed Kafka through the usage of Managed Service Registry and Avro Schema", + "link": "https://github.com/apache/camel-quarkus-examples/tree/main/kafka-registry-producer" + } +] \ No newline at end of file
