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 e45de03e72be7768a879ece054113ace78df0805 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 19 11:00:02 2021 +0200 Kafka Service Registry Example: It must be a nightmare. Regenerated. --- docs/modules/ROOT/attachments/examples.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/ROOT/attachments/examples.json b/docs/modules/ROOT/attachments/examples.json index 5116648..fc03816 100644 --- a/docs/modules/ROOT/attachments/examples.json +++ b/docs/modules/ROOT/attachments/examples.json @@ -50,6 +50,11 @@ "link": "https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-kotlin" }, { + "title": "Managed Kafka and Service Registry Example with Camel-Quarkus", + "description": "Shows how to produce and consume messages in a Kafka topic, using Managed Kafka and Managed Service Registry from Red Hat Cloud.", + "link": "https://github.com/apache/camel-quarkus-examples/tree/main/kafka-service-registry" + }, + { "title": "Observability", "description": "Demonstrates how to add support for metrics, health checks and distributed tracing", "link": "https://github.com/apache/camel-quarkus-examples/tree/main/observability"
