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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 222af97 Added an example of Apicurio Registry Usage with Kafka through YAML - README fix 222af97 is described below commit 222af9733f7b4b286c8ca3b6b1ea25c1a3de236b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Oct 10 14:00:16 2023 +0200 Added an example of Apicurio Registry Usage with Kafka through YAML - README fix Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- jbang/kafka-apicurio-schema-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbang/kafka-apicurio-schema-registry/README.md b/jbang/kafka-apicurio-schema-registry/README.md index 5e60ee0..5864390 100644 --- a/jbang/kafka-apicurio-schema-registry/README.md +++ b/jbang/kafka-apicurio-schema-registry/README.md @@ -28,7 +28,7 @@ mvn compile exec:java -Dexec.mainClass="com.acme.example.kafka.Produce" ## Consume from Kafka. -To consume messages using a Camel route, first install the azure identity maven project: +To consume messages using a Camel route, first install the kafka-producer maven project: ```bash cd kafka-producer mvn clean install